[U-Boot] [PATCH 2/2] board: cm_fx6: Enable CONFIG_DM_ETH
sunil.m at techveda.org
sunil.m at techveda.org
Wed Nov 20 09:55:01 UTC 2019
From: Suniel Mahesh <sunil.m at techveda.org>
Enable CONFIG_DM_ETH to remove compile warning on CM-FX6
SOM based target:
===================== WARNING ======================
This board does not use CONFIG_DM_ETH (Driver Model
for Ethernet drivers). Please update the board to use
CONFIG_DM_ETH before the v2020.07 release.
====================================================
Signed-off-by: Suniel Mahesh <sunil.m at techveda.org>
---
configs/cm_fx6_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig
index 8288095..1eb288b 100644
--- a/configs/cm_fx6_defconfig
+++ b/configs/cm_fx6_defconfig
@@ -80,6 +80,7 @@ CONFIG_DM_REGULATOR=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_MXC_SPI=y
+CONFIG_DM_ETH=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_KEYBOARD=y
--
2.7.4
More information about the U-Boot
mailing list