From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Fri, 15 May 2015 15:06:45 +0200 Subject: [U-Boot] [PATCH 3/5] tbs2910: use default CONFIG_SYS_PBSIZE In-Reply-To: <1430860162-24034-3-git-send-email-smoch@web.de> References: <1430860162-24034-1-git-send-email-smoch@web.de> <1430860162-24034-3-git-send-email-smoch@web.de> Message-ID: <5555EF65.6010202@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/05/2015 23:09, Soeren Moch wrote: > Since there is a default CONFIG_SYS_PBSIZE definition in config_fallbacks.h, > this setting is no longer required in board configurations. > > Signed-off-by: Soeren Moch > --- > Cc: Stefano Babic > --- > include/configs/tbs2910.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h > index ea4666d..9efb8c2 100644 > --- a/include/configs/tbs2910.h > +++ b/include/configs/tbs2910.h > @@ -39,8 +39,6 @@ > #define CONFIG_CMDLINE_EDITING > #define CONFIG_SYS_MAXARGS 16 > #define CONFIG_SYS_CBSIZE 1024 > -#define CONFIG_SYS_PBSIZE \ > - (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) > #define CONFIG_SYS_HZ 1000 > > /* Physical Memory Map */ > Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================