[PoC 189/241] global: Migrate CONFIG_SOCRATES to CFG

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


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

diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index eb5c14fff28e..ddbd257d08a5 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -17,7 +17,7 @@
 #define __CONFIG_H
 
 /* High Level Configuration Options */
-#define CONFIG_SOCRATES		1
+#define CFG_SOCRATES		1
 
 /*
  * Only possible on E500 Version 2 or newer cores.
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index fa6ceab52d5c..9f28554caab4 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -198,7 +198,7 @@ CFG_SH_QSPI_BASE
 CFG_SLIC
 CFG_SMDK5420
 CFG_SMP_PEN_ADDR
-CONFIG_SOCRATES
+CFG_SOCRATES
 CONFIG_SPI_ADDR
 CONFIG_SPI_BOOTING
 CONFIG_SPI_FLASH_QUAD
-- 
2.25.1



More information about the U-Boot mailing list