From: Faiz Abbas Date: Mon, 18 Mar 2019 08:24:39 +0000 (+0530) Subject: configs: am335x_evm: Add Support for SPL_ETH X-Git-Tag: v2019.07-rc1~31^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4237a6734d61be6b13a4eccecce8eb281874b1e4;p=oweals%2Fu-boot.git configs: am335x_evm: Add Support for SPL_ETH Add Support for booting from Ethernet. Signed-off-by: Faiz Abbas --- diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig index 887b4a4a92..10f60691b3 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