diff options
author | Mugunthan V N | 2015-06-16 20:23:38 +0530 |
---|---|---|
committer | Tom Rini | 2015-06-19 16:46:49 -0400 |
commit | aee119bd70b8200739182f9abcdb4b7b634b73c2 (patch) | |
tree | 435308817b2fd8bfac4ea300918e017929a8a987 /configs | |
parent | 46a14a6383a70ce713143f2781ad60373d257f65 (diff) |
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_defconfig | 5 |
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 00000000000..071deacc3d0 --- /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 |