diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-12 16:45:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:00 -0400 |
commit | 167f699ba142193e67cade8d19127cfda723ce38 (patch) | |
tree | 4ed758645cf4107e2310b5da4a5279b447649e54 /include/configs/ap121.h | |
parent | b7fbdc55c7c72e97595f1f3233c0e9477c97c52b (diff) | |
download | u-boot-167f699ba142193e67cade8d19127cfda723ce38.tar.gz |
Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_BOOTPARAMS_LEN
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ap121.h')
-rw-r--r-- | include/configs/ap121.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ap121.h b/include/configs/ap121.h index e1c2e066131..711406a5505 100644 --- a/include/configs/ap121.h +++ b/include/configs/ap121.h @@ -9,8 +9,6 @@ #define CONFIG_SYS_MHZ 200 #define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000) -#define CONFIG_SYS_BOOTPARAMS_LEN 0x20000 - #define CONFIG_SYS_SDRAM_BASE 0x80000000 #define CONFIG_SYS_INIT_RAM_ADDR 0xbd000000 |