[PoC 108/241] global: Migrate CONFIG_MACB_SEARCH_PHY to CFG
Tom Rini
trini at konsulko.com
Sun Nov 20 14:55:19 CET 2022
Signed-off-by: Tom Rini <trini at konsulko.com>
---
include/configs/ethernut5.h | 2 +-
include/configs/vinco.h | 2 +-
scripts/config_whitelist.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h
index 52eb0be67611..2859188e60c9 100644
--- a/include/configs/ethernut5.h
+++ b/include/configs/ethernut5.h
@@ -49,7 +49,7 @@
/* Ethernet */
#define CONFIG_PHY_ID 0
-#define CONFIG_MACB_SEARCH_PHY
+#define CFG_MACB_SEARCH_PHY
/* MMC */
#ifdef CONFIG_CMD_MMC
diff --git a/include/configs/vinco.h b/include/configs/vinco.h
index 74ee61f09238..1e1175f00689 100644
--- a/include/configs/vinco.h
+++ b/include/configs/vinco.h
@@ -40,7 +40,7 @@
/* USB device */
/* Ethernet Hardware */
-#define CONFIG_MACB_SEARCH_PHY
+#define CFG_MACB_SEARCH_PHY
#ifdef CONFIG_SPI_BOOT
/* bootstrap + u-boot + env + linux in serial flash */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 58792f1d2b7c..316095b75e0d 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -116,7 +116,7 @@ CFG_LPC32XX_NAND_SLC_WDR_CLKS
CFG_LPC32XX_NAND_SLC_WHOLD
CFG_LPC32XX_NAND_SLC_WSETUP
CFG_LPC32XX_NAND_SLC_WWIDTH
-CONFIG_MACB_SEARCH_PHY
+CFG_MACB_SEARCH_PHY
CONFIG_MALLOC_F_ADDR
CONFIG_MALTA
CONFIG_MAX_DSP_CPUS
--
2.25.1
More information about the U-Boot
mailing list