[PoC 008/241] global: Migrate CONFIG_DM9000_USE_16BIT to CFG
Tom Rini
trini at konsulko.com
Sun Nov 20 14:29:59 CET 2022
Signed-off-by: Tom Rini <trini at konsulko.com>
---
include/configs/at91sam9261ek.h | 2 +-
include/configs/devkit8000.h | 2 +-
scripts/config_whitelist.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h
index a9bbbd39484a..9a3928f3fa87 100644
--- a/include/configs/at91sam9261ek.h
+++ b/include/configs/at91sam9261ek.h
@@ -38,7 +38,7 @@
#define CFG_DM9000_BASE 0x30000000
#define DM9000_IO CFG_DM9000_BASE
#define DM9000_DATA (CFG_DM9000_BASE + 4)
-#define CONFIG_DM9000_USE_16BIT
+#define CFG_DM9000_USE_16BIT
#define CFG_DM9000_NO_SROM
/* USB */
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 1694bf1cd3e1..c8b176542d95 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -21,7 +21,7 @@
#define CFG_DM9000_BASE 0x2c000000
#define DM9000_IO CFG_DM9000_BASE
#define DM9000_DATA (CFG_DM9000_BASE + 0x400)
-#define CONFIG_DM9000_USE_16BIT 1
+#define CFG_DM9000_USE_16BIT 1
#define CFG_DM9000_NO_SROM 1
#undef CONFIG_DM9000_DEBUG
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 85adbafa58fe..43234d822457 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -8,7 +8,7 @@ CFG_DFU_ENV_SETTINGS
CFG_DM9000_BASE
CFG_DM9000_BYTE_SWAPPED
CFG_DM9000_NO_SROM
-CONFIG_DM9000_USE_16BIT
+CFG_DM9000_USE_16BIT
CONFIG_DW_WDT_CLOCK_KHZ
CONFIG_ENV_FLAGS_LIST_STATIC
CONFIG_ENV_IS_EMBEDDED
--
2.25.1
More information about the U-Boot
mailing list