[PoC 218/241] global: Migrate CONFIG_UBIFS_VOLUME to CFG

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


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

diff --git a/include/configs/x530.h b/include/configs/x530.h
index f20a85cfa19a..6f8a393d0782 100644
--- a/include/configs/x530.h
+++ b/include/configs/x530.h
@@ -54,6 +54,6 @@
 	"initrd_high=0x10000000\0"
 
 #define CONFIG_UBI_PART			user
-#define CONFIG_UBIFS_VOLUME		user
+#define CFG_UBIFS_VOLUME		user
 
 #endif /* _CONFIG_X530_H */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index bd8a5af65985..d2872d406039 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -232,7 +232,7 @@ CFG_TSEC4_NAME
 CFG_TSECV2
 CFG_TSECV2_1
 CFG_TSEC_TBICR_SETTINGS
-CONFIG_UBIFS_VOLUME
+CFG_UBIFS_VOLUME
 CONFIG_UBI_PART
 CONFIG_UBOOTPATH
 CONFIG_UBOOT_SECTOR_COUNT
-- 
2.25.1



More information about the U-Boot mailing list