am43xx_evm: Add qspiboot target
The ePOS EVM and EVM SK have QSPI as an option to boot. Add a qspiboot target that utilizes QSPI for env and so forth as an example of best practices. As QSPI is booted from directly we need to chang CONFIG_SYS_TEXT_BASE. Note that on ePOS EVM the QSPI and NAND are mutually exclusive choices we need to handle that elsewhere, once NAND support is also added. Signed-off-by:Sourav Poddar <sourav.poddar@ti.com> Signed-off-by:
Tom Rini <trini@ti.com>
Showing
- arch/arm/cpu/armv7/am33xx/board.c 1 addition, 1 deletionarch/arm/cpu/armv7/am33xx/board.c
- board/ti/am43xx/Makefile 1 addition, 1 deletionboard/ti/am43xx/Makefile
- board/ti/am43xx/board.c 1 addition, 1 deletionboard/ti/am43xx/board.c
- boards.cfg 1 addition, 0 deletionsboards.cfg
- include/configs/am43xx_evm.h 28 additions, 3 deletionsinclude/configs/am43xx_evm.h
- include/configs/ti_armv7_common.h 2 additions, 1 deletioninclude/configs/ti_armv7_common.h
Loading
Please register or sign in to comment