From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 24 Aug 2017 21:12:15 -0400 Subject: [U-Boot] [PATCH 8/8] include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions In-Reply-To: <20170823205906.20933-9-thomas.petazzoni@free-electrons.com> References: <20170823205906.20933-1-thomas.petazzoni@free-electrons.com> <20170823205906.20933-9-thomas.petazzoni@free-electrons.com> Message-ID: <20170825011215.GG2827@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Aug 23, 2017 at 10:59:06PM +0200, Thomas Petazzoni wrote: > This commit removes definitions of CONFIG_SYS_BARGSIZE defined to be > equal to CONFIG_SYS_CBSIZE in numerous configuration files. > > We remove such definitions in two situations: > > - CONFIG_SYS_CBSIZE is otherwise not defined in the board > configuration file, which means the default value of > CONFIG_SYS_CBSIZE == 256 applies. In this case, the default value > of CONFIG_SYS_BARGSIZE == 512 (common/image.c) is suitable, as it is > larger. > > - CONFIG_SYS_CBSIZE is defined in the board configuration file, but > to a value equal or less than 512. In this case, the default value > of CONFIG_SYS_BARGSIZE == 512 (common.image.c) is suitable, as it > is equal or larger. > > Signed-off-by: Thomas Petazzoni Reviewed-by: Tom Rini -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: