[PoC 232/241] global: Migrate CONFIG_VAR_SIZE_SPL to CFG

Tom Rini trini at konsulko.com
Sun Nov 20 15:17:34 CET 2022


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

diff --git a/include/configs/exynos5420-common.h b/include/configs/exynos5420-common.h
index 791ad154242e..0eefa1867a3b 100644
--- a/include/configs/exynos5420-common.h
+++ b/include/configs/exynos5420-common.h
@@ -8,7 +8,7 @@
 #ifndef __CONFIG_EXYNOS5420_H
 #define __CONFIG_EXYNOS5420_H
 
-#define CONFIG_VAR_SIZE_SPL
+#define CFG_VAR_SIZE_SPL
 
 #define CFG_IRAM_TOP			0x02074000
 
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index c5c22db16c1c..00973c35313c 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -246,7 +246,7 @@ CFG_USB_EXT2_BOOT
 CFG_USB_FAT_BOOT
 CFG_USB_ISP1301_I2C_ADDR
 CFG_U_BOOT_HDR_SIZE
-CONFIG_VAR_SIZE_SPL
+CFG_VAR_SIZE_SPL
 CONFIG_VERY_BIG_RAM
 CONFIG_VSC7385_IMAGE
 CONFIG_VSC7385_IMAGE_SIZE
-- 
2.25.1



More information about the U-Boot mailing list