aboutsummaryrefslogtreecommitdiff
path: root/configs/am43xx_evm_defconfig
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2020-01-31 15:23:58 +0530
committerLokesh Vutla <lokeshvutla@ti.com>2020-02-13 21:39:17 +0530
commit10662ff7a01a446a00d4f078e39d4a293fb769f3 (patch)
tree9f90444a758c29626e27299c157d5591e6cbc0b5 /configs/am43xx_evm_defconfig
parentf9dd35330bf279365104cf3ecd146a5ea08d55a3 (diff)
downloadu-boot-10662ff7a01a446a00d4f078e39d4a293fb769f3.zip
u-boot-10662ff7a01a446a00d4f078e39d4a293fb769f3.tar.gz
u-boot-10662ff7a01a446a00d4f078e39d4a293fb769f3.tar.bz2
configs: am43xx_evm: Enable SPL_ETH_SUPPORT
Enable CONFIG_SPL_ETH_SUPPORT to fix ethernet boot support. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/am43xx_evm_defconfig')
-rw-r--r--configs/am43xx_evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig
index 2e64879..075c09b 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"