[PoC 229/241] global: Migrate CONFIG_USB_FAT_BOOT to CFG

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


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

diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h
index 19e20de248a2..9790b0ac896c 100644
--- a/include/configs/p1_p2_rdb_pc.h
+++ b/include/configs/p1_p2_rdb_pc.h
@@ -462,7 +462,7 @@ RST_PCIE_CMD(pciboot) \
 RST_DEF_CMD(defboot) \
 ""
 
-#define CONFIG_USB_FAT_BOOT	\
+#define CFG_USB_FAT_BOOT	\
 "setenv bootargs root=/dev/ram rw "	\
 "console=$consoledev,$baudrate $othbootargs " \
 "ramdisk_size=$ramdisk_size;"	\
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 1fc2e1cc51d1..21ab949e0d20 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -243,7 +243,7 @@ CFG_USART_ID
 CFG_USBD_HS
 CFG_USB_BOOTING
 CFG_USB_EXT2_BOOT
-CONFIG_USB_FAT_BOOT
+CFG_USB_FAT_BOOT
 CONFIG_USB_ISP1301_I2C_ADDR
 CONFIG_U_BOOT_HDR_SIZE
 CONFIG_VAR_SIZE_SPL
-- 
2.25.1



More information about the U-Boot mailing list