[U-Boot] [PATCH v3 11/11] arm: rpi: Use driver model for Ethernet

Simon Glass sjg at chromium.org
Fri Aug 7 15:42:31 CEST 2015


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

Signed-off-by: Simon Glass <sjg at 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



More information about the U-Boot mailing list