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/gardena-smart-gateway-mt7688.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/gardena-smart-gateway-mt7688.h')
-rw-r--r-- | include/configs/gardena-smart-gateway-mt7688.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/gardena-smart-gateway-mt7688.h b/include/configs/gardena-smart-gateway-mt7688.h index 3c4a13cd0d5..3fe37eae8bf 100644 --- a/include/configs/gardena-smart-gateway-mt7688.h +++ b/include/configs/gardena-smart-gateway-mt7688.h @@ -39,9 +39,6 @@ /* RAM */ -/* Memory usage */ -#define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) - /* Environment settings */ #endif /* __CONFIG_GARDENA_SMART_GATEWAY_H */ |