[PoC 065/241] global: Migrate CONFIG_IRAM_END to CFG
Tom Rini
trini at konsulko.com
Sun Nov 20 14:30:56 CET 2022
Signed-off-by: Tom Rini <trini at konsulko.com>
---
include/configs/exynos7420-common.h | 2 +-
scripts/config_whitelist.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h
index 937a3c8820c1..44843aba3c30 100644
--- a/include/configs/exynos7420-common.h
+++ b/include/configs/exynos7420-common.h
@@ -18,7 +18,7 @@
/* IRAM Layout */
#define CFG_IRAM_BASE 0x02100000
#define CONFIG_IRAM_SIZE 0x58000
-#define CONFIG_IRAM_END (CFG_IRAM_BASE + CONFIG_IRAM_SIZE)
+#define CFG_IRAM_END (CFG_IRAM_BASE + CONFIG_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 ccc719a3b985..ee3bb81bb47f 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -67,7 +67,7 @@ CFG_ICS307_REFCLK_HZ
CFG_IMX6_PWM_PER_CLK
CFG_IPADDR
CFG_IRAM_BASE
-CONFIG_IRAM_END
+CFG_IRAM_END
CONFIG_IRAM_SIZE
CONFIG_IRAM_TOP
CONFIG_KM_DEF_ARCH
--
2.25.1
More information about the U-Boot
mailing list