[PoC 195/241] global: Migrate CONFIG_SPI_N25Q256A_RESET to CFG

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


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

diff --git a/include/configs/socfpga_sr1500.h b/include/configs/socfpga_sr1500.h
index 70df27241ca6..30663c08f2e2 100644
--- a/include/configs/socfpga_sr1500.h
+++ b/include/configs/socfpga_sr1500.h
@@ -16,7 +16,7 @@
 #define PHY_ANEG_TIMEOUT	8000
 
 /* Enable SPI NOR flash reset, needed for SPI booting */
-#define CONFIG_SPI_N25Q256A_RESET
+#define CFG_SPI_N25Q256A_RESET
 
 /* Environment setting for SPI flash */
 
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index c83653e9ca94..7058ba72ba7f 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -204,7 +204,7 @@ CFG_SPI_BOOTING
 CFG_SPI_FLASH_QUAD
 CFG_SPI_FLASH_SIZE
 CFG_SPI_HALF_DUPLEX
-CONFIG_SPI_N25Q256A_RESET
+CFG_SPI_N25Q256A_RESET
 CONFIG_STACKBASE
 CONFIG_STANDALONE_LOAD_ADDR
 CONFIG_STD_DEVICES_SETTINGS
-- 
2.25.1



More information about the U-Boot mailing list