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>master
parent
46a14a6383
commit
aee119bd70
@ -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 |
Loading…
Reference in new issue