[PoC 163/241] global: Migrate CONFIG_RD_LVL to CFG

Tom Rini trini at konsulko.com
Sun Nov 20 15:07:53 CET 2022


Signed-off-by: Tom Rini <trini at konsulko.com>
---
 include/configs/exynos5-common.h | 2 +-
 scripts/config_whitelist.txt     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
index 860fd1601a66..e8236a9ec418 100644
--- a/include/configs/exynos5-common.h
+++ b/include/configs/exynos5-common.h
@@ -27,7 +27,7 @@
 /* MMC SPL */
 #define COPY_BL2_FNPTR_ADDR	0x02020030
 
-#define CONFIG_RD_LVL
+#define CFG_RD_LVL
 
 #define PHYS_SDRAM_1		CFG_SYS_SDRAM_BASE
 #define PHYS_SDRAM_1_SIZE	SDRAM_BANK_SIZE
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index e706fba5e8fd..23d832894d3d 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -172,7 +172,7 @@ CFG_QBMAN_CLK_DIV
 CFG_RAMBOOT_SPIFLASH
 CFG_RAMBOOT_TEXT_BASE
 CFG_RAMDISK_ADDR
-CONFIG_RD_LVL
+CFG_RD_LVL
 CONFIG_RESET_VECTOR_ADDRESS
 CONFIG_ROCKCHIP_SDHCI_MAX_FREQ
 CONFIG_ROOTPATH
-- 
2.25.1



More information about the U-Boot mailing list