From patchwork Tue May 12 08:55:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Niebel X-Patchwork-Id: 471202 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 5D77B1400A0 for ; Tue, 12 May 2015 18:56:46 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 494274B624; Tue, 12 May 2015 10:56:43 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sQm_xSrDhvDQ; Tue, 12 May 2015 10:56:43 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D54FA4B62A; Tue, 12 May 2015 10:56:30 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BC0FA4B616 for ; Tue, 12 May 2015 10:55:52 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NZBRLZ1KD2qE for ; Tue, 12 May 2015 10:55:52 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.35]) by theia.denx.de (Postfix) with ESMTPS id 5C8BE4A03A for ; Tue, 12 May 2015 10:55:48 +0200 (CEST) Received: from [89.246.71.91] (helo=mail7.tqsc.de) by smtprelay01.ispgateway.de with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1Ys5yd-0007uu-OD; Tue, 12 May 2015 10:55:47 +0200 Received: from sc1006092vm.tqsc.de ([192.168.169.50] helo=ubuntu.tqsc.de) by mail7.tqsc.de with esmtpsa (TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1Ys5yd-0000US-3h; Tue, 12 May 2015 10:55:47 +0200 From: Markus Niebel To: u-boot@lists.denx.de Date: Tue, 12 May 2015 10:55:40 +0200 Message-Id: <1431420940-26976-3-git-send-email-list-09_u-boot@tqsc.de> X-Mailer: git-send-email 2.3.0 In-Reply-To: <1431420940-26976-1-git-send-email-list-09_u-boot@tqsc.de> References: <1431420940-26976-1-git-send-email-list-09_u-boot@tqsc.de> X-Df-Sender: MTQ1NzgzNQ== Cc: Markus Niebel Subject: [U-Boot] [Patch 2/2] arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Markus Niebel this removes a config entry and uses the default value defined in config_fallbacks.h. This implements the same behaviour as a patch series for other i.MX6 boards from Freescale Signed-off-by: Markus Niebel --- include/configs/tqma6.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 012fa1c..7c06d37 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -416,9 +416,6 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 512 -/* Print Buffer Size */ -#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ - sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE