diff mbox series

[PoC,066/241] global: Migrate CONFIG_IRAM_SIZE to CFG

Message ID 20221120133352.3055600-67-trini@konsulko.com
State RFC
Delegated to: Tom Rini
Headers show
Series Finish migration to Kconfig or CFG namespace | expand

Commit Message

Tom Rini Nov. 20, 2022, 1:30 p.m. UTC
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/exynos7420-common.h | 4 ++--
 scripts/config_whitelist.txt        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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