diff options
author | Tom Rini | 2022-05-12 16:45:08 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-06 12:09:00 -0400 |
commit | 167f699ba142193e67cade8d19127cfda723ce38 (patch) | |
tree | 4ed758645cf4107e2310b5da4a5279b447649e54 /include/configs/rcar-gen3-common.h | |
parent | b7fbdc55c7c72e97595f1f3233c0e9477c97c52b (diff) |
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/rcar-gen3-common.h')
-rw-r--r-- | include/configs/rcar-gen3-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index e65ab72ca9c..a0ba0c2ea78 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -15,8 +15,6 @@ #define CONFIG_SPL_TARGET "spl/u-boot-spl.scif" #endif -#define CONFIG_SYS_BOOTPARAMS_LEN SZ_128K - /* boot option */ /* Generic Interrupt Controller Definitions */ |