diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-06-16 14:53:39 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-19 20:46:49 (GMT) |
commit | f4787eab135d31a097a0ec6fbf0b4876d548bf60 (patch) | |
tree | 6c63175aeef88216cc4fa24a00675703480fabb2 /configs | |
parent | aee119bd70b8200739182f9abcdb4b7b634b73c2 (diff) | |
download | u-boot-f4787eab135d31a097a0ec6fbf0b4876d548bf60.tar.xz |
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')
-rw-r--r-- | configs/am43xx_evm_ethboot_defconfig | 5 |
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 0000000..5b07cc1 --- /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 |