[PoC 219/241] global: Migrate CONFIG_UBI_PART to CFG
Tom Rini
trini at konsulko.com
Sun Nov 20 15:17:21 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 6f8a393d0782..777b757babee 100644
--- a/include/configs/x530.h
+++ b/include/configs/x530.h
@@ -53,7 +53,7 @@
"fdt_high=0x10000000\0" \
"initrd_high=0x10000000\0"
-#define CONFIG_UBI_PART user
+#define CFG_UBI_PART user
#define CFG_UBIFS_VOLUME user
#endif /* _CONFIG_X530_H */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index d2872d406039..c2bc53a582f0 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -233,7 +233,7 @@ CFG_TSECV2
CFG_TSECV2_1
CFG_TSEC_TBICR_SETTINGS
CFG_UBIFS_VOLUME
-CONFIG_UBI_PART
+CFG_UBI_PART
CONFIG_UBOOTPATH
CONFIG_UBOOT_SECTOR_COUNT
CONFIG_UBOOT_SECTOR_START
--
2.25.1
More information about the U-Boot
mailing list