commit | 7a5f71bc4056591574ea122ba58c55d14145eeb0 | [log] [tgz] |
---|---|---|
author | Sourav Poddar <sourav.poddar@ti.com> | Mon May 19 16:53:37 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Fri Jun 06 17:46:12 2014 -0400 |
tree | 0a3bcaf7058faaffcfd34fd148ff2ddb395473ee | |
parent | 867f03040f771a95323925b569eaf3b911b9eb14 [diff] |
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>