diff options
author | Tom Rini | 2022-05-12 10:02:06 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-06 12:09:00 -0400 |
commit | 6889412ad5e78f207b7155d81ea6c334e417e21e (patch) | |
tree | f4d0ddbe603a1e956b162d597f26218a87235cd7 /include/configs/apalis_t30.h | |
parent | d31466b382dd05a5439d12d69ddd6e8eaff0e5e6 (diff) |
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/apalis_t30.h')
-rw-r--r-- | include/configs/apalis_t30.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index 46ccea9c3e2..104c4135e28 100644 --- a/include/configs/apalis_t30.h +++ b/include/configs/apalis_t30.h @@ -26,10 +26,6 @@ /* PCI networking support */ #define CONFIG_E1000_NO_NVM -/* Increase arguments buffer size */ -#undef CONFIG_SYS_BARGSIZE -#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE - #define UBOOT_UPDATE \ "uboot_hwpart=1\0" \ "uboot_blk=0\0" \ |