[PoC 118/241] global: Migrate CONFIG_MIU_2BIT_21_7_INTERLEAVED to CFG
Tom Rini
trini at konsulko.com
Sun Nov 20 15:07:08 CET 2022
Signed-off-by: Tom Rini <trini at konsulko.com>
---
include/configs/origen.h | 2 +-
scripts/config_whitelist.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/origen.h b/include/configs/origen.h
index d4ba599d72a4..a85fee4a0d84 100644
--- a/include/configs/origen.h
+++ b/include/configs/origen.h
@@ -39,7 +39,7 @@
"source ${loadaddr}\0"
/* MIU (Memory Interleaving Unit) */
-#define CONFIG_MIU_2BIT_21_7_INTERLEAVED
+#define CFG_MIU_2BIT_21_7_INTERLEAVED
#define RESERVE_BLOCK_SIZE (512)
#define BL1_SIZE (16 << 10) /*16 K reserved for BL1*/
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 0380ebb2a6e8..8d6af14c3667 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -126,7 +126,7 @@ CFG_MEMSIZE_IN_BYTES
CFG_MEM_INIT_VALUE
CFG_MFG_ENV_SETTINGS
CFG_MII_DEFAULT_TSEC
-CONFIG_MIU_2BIT_21_7_INTERLEAVED
+CFG_MIU_2BIT_21_7_INTERLEAVED
CONFIG_MIU_2BIT_INTERLEAVED
CONFIG_MMC_DEFAULT_DEV
CONFIG_MMC_SUNXI_SLOT
--
2.25.1
More information about the U-Boot
mailing list