[PoC 137/241] global: Migrate CONFIG_NUM_DSP_CPUS to CFG

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


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

diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
index 9738c573452b..24259f6470ae 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -153,7 +153,7 @@
 
 #ifdef CONFIG_ARCH_B4860
 #define CFG_MAX_DSP_CPUS		12
-#define CONFIG_NUM_DSP_CPUS		6
+#define CFG_NUM_DSP_CPUS		6
 #define CFG_SYS_FSL_CLUSTER_CLOCKS	{ 1, 4, 4, 4 }
 #define CFG_SYS_NUM_FM1_DTSEC	6
 #define CFG_SYS_NUM_FM1_10GEC	2
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 31d50b5ab580..9021044470ae 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -146,7 +146,7 @@ CFG_NAND_CS_INIT
 CFG_NETDEV
 CFG_NETMASK
 CFG_NORBOOT
-CONFIG_NUM_DSP_CPUS
+CFG_NUM_DSP_CPUS
 CONFIG_ODROID_REV_AIN
 CONFIG_OTHBOOTARGS
 CONFIG_OVERWRITE_ETHADDR_ONCE
-- 
2.25.1



More information about the U-Boot mailing list