From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 7 Jul 2015 20:53:52 -0600 Subject: [U-Boot] [PATCH 20/20] arm: rpi: Use driver model for Ethernet In-Reply-To: <1436324032-17931-1-git-send-email-sjg@chromium.org> References: <1436324032-17931-1-git-send-email-sjg@chromium.org> Message-ID: <1436324032-17931-21-git-send-email-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable CONFIG_DM_ETH so that driver model is used for the USB Ethernet device. Signed-off-by: Simon Glass --- configs/rpi_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index f2e8ab1..df2dcee 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -6,3 +6,4 @@ CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-b" CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_DM_ETH=y -- 2.4.3.573.g4eafbef