am43xx_evm: Add qspiboot target
authorSourav Poddar <sourav.poddar@ti.com>
Mon, 19 May 2014 20:53:37 +0000 (16:53 -0400)
committerTom Rini <trini@ti.com>
Fri, 6 Jun 2014 21:46:12 +0000 (17:46 -0400)
commit7a5f71bc4056591574ea122ba58c55d14145eeb0
tree0a3bcaf7058faaffcfd34fd148ff2ddb395473ee
parent867f03040f771a95323925b569eaf3b911b9eb14
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>
arch/arm/cpu/armv7/am33xx/board.c
board/ti/am43xx/Makefile
board/ti/am43xx/board.c
boards.cfg
include/configs/am43xx_evm.h
include/configs/ti_armv7_common.h