diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-12 10:02:06 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:00 -0400 |
commit | 6889412ad5e78f207b7155d81ea6c334e417e21e (patch) | |
tree | f4d0ddbe603a1e956b162d597f26218a87235cd7 /include/configs/ls1021atsn.h | |
parent | d31466b382dd05a5439d12d69ddd6e8eaff0e5e6 (diff) | |
download | u-boot-6889412ad5e78f207b7155d81ea6c334e417e21e.zip u-boot-6889412ad5e78f207b7155d81ea6c334e417e21e.tar.gz u-boot-6889412ad5e78f207b7155d81ea6c334e417e21e.tar.bz2 |
Convert CONFIG_SYS_BARGSIZE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_BARGSIZE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1021atsn.h')
-rw-r--r-- | include/configs/ls1021atsn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1021atsn.h b/include/configs/ls1021atsn.h index 2b90c1d..577ba6d 100644 --- a/include/configs/ls1021atsn.h +++ b/include/configs/ls1021atsn.h @@ -176,8 +176,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_BOOTMAPSZ (256 << 20) -#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE - #define CONFIG_LS102XA_STREAM_ID #define CONFIG_SYS_INIT_SP_OFFSET \ |