Message ID | 20200131095358.7050-3-faiz_abbas@ti.com |
---|---|
State | Accepted |
Commit | 10662ff7a01a446a00d4f078e39d4a293fb769f3 |
Headers | show |
Series | Fix Ethernet boot in am437x-evm | expand |
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig index 2e64879beb..075c09b626 100644 --- a/configs/am43xx_evm_defconfig +++ b/configs/am43xx_evm_defconfig @@ -15,6 +15,7 @@ CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1" CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_MISC_INIT_R is not set CONFIG_VERSION_VARIABLE=y +CONFIG_SPL_ETH_SUPPORT=y CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_NET_SUPPORT=y CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
Enable CONFIG_SPL_ETH_SUPPORT to fix ethernet boot support. Signed-off-by: Faiz Abbas <faiz_abbas at ti.com> --- configs/am43xx_evm_defconfig | 1 + 1 file changed, 1 insertion(+)