[U-Boot] [RFC PATCH 13/13] dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3
Simon Glass
sjg at chromium.org
Sun Mar 1 17:33:39 CET 2015
Switch this board over to use driver model for Ethernet
Cover-letter
RFC: dm: net: Conversion patches for sunxi driver model Ethernet
This series is for Joe Hershberger. It is based on his RFC driver model
Ethernet implementation, and enables it for the pcDuino3.
END
Signed-off-by: Simon Glass <sjg at chromium.org>
---
configs/Linksprite_pcDuino3_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/Linksprite_pcDuino3_defconfig b/configs/Linksprite_pcDuino3_defconfig
index b5ff120..776588d 100644
--- a/configs/Linksprite_pcDuino3_defconfig
+++ b/configs/Linksprite_pcDuino3_defconfig
@@ -19,3 +19,4 @@ CONFIG_SYS_MALLOC_F_LEN=0x400
CONFIG_ETH_DESIGNWARE=y
CONFIG_NETDEVICES=y
CONFIG_NET=y
+CONFIG_DM_ETH=y
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list