summaryrefslogtreecommitdiff
path: root/configs/am43xx_hs_evm_defconfig
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-04-07 10:11:23 -0500
committerTom Rini <trini@konsulko.com>2017-04-08 21:35:09 -0400
commitf5adbd41e958b0f5c624fb0bf12014a986533b18 (patch)
tree91c38864cc9186c4c91806d72e645ed7d9c8c84a /configs/am43xx_hs_evm_defconfig
parent67127e6fb250f8d6423810f07a03edc4a0965286 (diff)
defconfigs: am43xx_hs_evm: Add Net boot mode support
Enable Eth/Net boot support in the default defconfig to allow network booting. Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'configs/am43xx_hs_evm_defconfig')
-rw-r--r--configs/am43xx_hs_evm_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig
index 7a39d38499..3b1a411519 100644
--- a/configs/am43xx_hs_evm_defconfig
+++ b/configs/am43xx_hs_evm_defconfig
@@ -15,7 +15,10 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_VERSION_VARIABLE=y
CONFIG_SPL=y
CONFIG_SPL_STACK_R=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"
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set
@@ -56,7 +59,6 @@ CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_BAR=y
CONFIG_SPI_FLASH_MACRONIX=y
-CONFIG_DM_ETH=y
CONFIG_DM_SERIAL=y
CONFIG_SYS_NS16550=y
CONFIG_DM_SPI=y