Enable CONFIG_DM_ETH so that driver model is used for the USB Ethernet
device.

Signed-off-by: Simon Glass <s...@chromium.org>
---

Changes in v3:
- Drop applied patches from series
- Drop patch to introduce usbethaddr for driver model

Changes in v2: None

 configs/rpi_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index 43f5fdd..d523e81 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -11,3 +11,4 @@ CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-b"
 CONFIG_USB=y
 CONFIG_DM_USB=y
+CONFIG_DM_ETH=y
-- 
2.5.0.rc2.392.g76e840b

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to