From: Adam Ford Date: Sun, 25 Aug 2019 14:34:49 +0000 (-0500) Subject: ARM: da850evm_nand: Enable Ethernet X-Git-Tag: v2025.01-rc5-pxa1908~2813^2~3 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=6ec08efb253b9bc0e33a46b109d1aa5ee5f59a7e;p=u-boot.git ARM: da850evm_nand: Enable Ethernet The NAND configuration has had the ethernet missing, so this patch enables the on-board ethernet interface. Signed-off-by: Adam Ford --- diff --git a/configs/da850evm_nand_defconfig b/configs/da850evm_nand_defconfig index 5966a88ef4..701093977e 100644 --- a/configs/da850evm_nand_defconfig +++ b/configs/da850evm_nand_defconfig @@ -64,6 +64,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