summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-06-16 20:23:38 +0530
committerTom Rini <trini@konsulko.com>2015-06-19 16:46:49 -0400
commitaee119bd70b8200739182f9abcdb4b7b634b73c2 (patch)
tree435308817b2fd8bfac4ea300918e017929a8a987 /configs
parent46a14a6383a70ce713143f2781ad60373d257f65 (diff)
downloadblackbird-obmc-uboot-aee119bd70b8200739182f9abcdb4b7b634b73c2.tar.gz
blackbird-obmc-uboot-aee119bd70b8200739182f9abcdb4b7b634b73c2.zip
am43xx_evm: add usb host boot support
While booting via usb host mode, ROM uses DMA to copy MLO over USB so ARM internal RAM cannot be used. Adding USB host boot support by introducing new config target which sets SPL_TEXT_BASE to OCMC ram. 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_usbhost_boot_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/am43xx_evm_usbhost_boot_defconfig b/configs/am43xx_evm_usbhost_boot_defconfig
new file mode 100644
index 0000000000..071deacc3d
--- /dev/null
+++ b/configs/am43xx_evm_usbhost_boot_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_USB_HOST_SUPPORT"
+CONFIG_CMD_NET=y
OpenPOWER on IntegriCloud