summaryrefslogtreecommitdiffstats
path: root/configs/am43xx_evm_ethboot_defconfig
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-06-16 20:23:39 +0530
committerTom Rini <trini@konsulko.com>2015-06-19 16:46:49 -0400
commitf4787eab135d31a097a0ec6fbf0b4876d548bf60 (patch)
tree6c63175aeef88216cc4fa24a00675703480fabb2 /configs/am43xx_evm_ethboot_defconfig
parentaee119bd70b8200739182f9abcdb4b7b634b73c2 (diff)
downloadtalos-obmc-uboot-f4787eab135d31a097a0ec6fbf0b4876d548bf60.tar.gz
talos-obmc-uboot-f4787eab135d31a097a0ec6fbf0b4876d548bf60.zip
am43xx_evm: add eth boot support
add cpsw ethernet boot mode support to download spl and u-boot.img via tftp protocol. Also adding a seperate config for ethernet boot mode as the default build falcon mode and environment on MMC is defined for ethernet boot mode environment should be set to nowhere. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am43xx_evm_ethboot_defconfig')
-rw-r--r--configs/am43xx_evm_ethboot_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/am43xx_evm_ethboot_defconfig b/configs/am43xx_evm_ethboot_defconfig
new file mode 100644
index 0000000000..5b07cc1a05
--- /dev/null
+++ b/configs/am43xx_evm_ethboot_defconfig
@@ -0,0 +1,5 @@
+CONFIG_ARM=y
+CONFIG_TARGET_AM43XX_EVM=y
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,NAND,SPL_ETH_SUPPORT"
+CONFIG_CMD_NET=y
OpenPOWER on IntegriCloud