diff mbox series

[U-Boot] ARM: da850evm_nand: Enable Ethernet

Message ID 20190825143449.24256-1-aford173@gmail.com
State Accepted
Commit 6ec08efb253b9bc0e33a46b109d1aa5ee5f59a7e
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: da850evm_nand: Enable Ethernet | expand

Commit Message

Adam Ford Aug. 25, 2019, 2:34 p.m. UTC
The NAND configuration has had the ethernet missing, so this patch
enables the on-board ethernet interface.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini Aug. 27, 2019, 12:19 a.m. UTC | #1
On Sun, Aug 25, 2019 at 09:34:49AM -0500, Adam Ford wrote:

> The NAND configuration has had the ethernet missing, so this patch
> enables the on-board ethernet interface.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/da850evm_nand_defconfig b/configs/da850evm_nand_defconfig
> index 8bc5b45ac2..90c4f4f5ee 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/da850evm_nand_defconfig b/configs/da850evm_nand_defconfig
index 8bc5b45ac2..90c4f4f5ee 100644
--- a/configs/da850evm_nand_defconfig
+++ b/configs/da850evm_nand_defconfig
@@ -62,6 +62,8 @@  CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_SPI_FLASH_MTD=y
 CONFIG_DM_ETH=y
+CONFIG_MII=y
+CONFIG_DRIVER_TI_EMAC=y
 CONFIG_PHY=y
 CONFIG_PHY_DA8XX_USB=y
 CONFIG_PINCTRL=y