1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00
Files
u-boot-megous/include
Thomas Petazzoni e090579d0a include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions
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 <thomas.petazzoni@free-electrons.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2017-09-03 15:30:30 -04:00
..
2017-07-03 17:35:28 -04:00
2017-08-14 12:47:32 -05:00
2017-08-22 09:56:09 +02:00
2017-08-16 08:22:18 -04:00
2017-07-28 23:34:39 +02:00
2017-08-17 16:59:55 +09:00
2017-08-16 08:30:24 -04:00
2017-07-28 12:02:48 -06:00
2017-08-22 09:56:09 +02:00
2017-07-23 09:24:47 -04:00
2017-07-11 22:41:54 -04:00
2017-07-28 12:02:47 -06:00
2017-07-03 17:35:28 -04:00
2017-07-28 23:34:07 +02:00
2017-08-17 16:59:55 +09:00
2017-08-23 10:41:58 +02:00
2017-08-16 08:22:18 -04:00
2017-08-24 11:00:47 +08:00