[PoC 066/241] global: Migrate CONFIG_IRAM_SIZE to CFG
Tom Rini
trini at konsulko.com
Sun Nov 20 14:30:57 CET 2022
Signed-off-by: Tom Rini <trini at konsulko.com>
---
include/configs/exynos7420-common.h | 4 ++--
scripts/config_whitelist.txt | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h
index 44843aba3c30..0a522baed894 100644
--- a/include/configs/exynos7420-common.h
+++ b/include/configs/exynos7420-common.h
@@ -17,8 +17,8 @@
/* IRAM Layout */
#define CFG_IRAM_BASE 0x02100000
-#define CONFIG_IRAM_SIZE 0x58000
-#define CFG_IRAM_END (CFG_IRAM_BASE + CONFIG_IRAM_SIZE)
+#define CFG_IRAM_SIZE 0x58000
+#define CFG_IRAM_END (CFG_IRAM_BASE + CFG_IRAM_SIZE)
#define CPU_RELEASE_ADDR secondary_boot_addr
/* select serial console configuration */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index ee3bb81bb47f..249ec5090b8a 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -68,7 +68,7 @@ CFG_IMX6_PWM_PER_CLK
CFG_IPADDR
CFG_IRAM_BASE
CFG_IRAM_END
-CONFIG_IRAM_SIZE
+CFG_IRAM_SIZE
CONFIG_IRAM_TOP
CONFIG_KM_DEF_ARCH
CONFIG_KM_DEF_BOOT_ARGS_CPU
--
2.25.1
More information about the U-Boot
mailing list