[U-Boot] [PATCH 09/11] configs: am335x_evm: Add Support for SPL_ETH

Faiz Abbas faiz_abbas at ti.com
Mon Mar 18 08:24:39 UTC 2019


Add Support for booting from Ethernet.

Signed-off-by: Faiz Abbas <faiz_abbas at ti.com>
---
 configs/am335x_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index 16b78f9d7e..36d8858851 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -11,6 +11,7 @@ CONFIG_LOGLEVEL=3
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_VERSION_VARIABLE=y
 CONFIG_ARCH_MISC_INIT=y
+CONFIG_SPL_ETH_SUPPORT=y
 # CONFIG_SPL_FS_EXT4 is not set
 CONFIG_SPL_MTD_SUPPORT=y
 CONFIG_SPL_MUSB_NEW_SUPPORT=y
-- 
2.19.2



More information about the U-Boot mailing list