commit | 5248bba657a12ce7893a48797c4c76945b734900 | [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 | 26c4e1529837ddcd498230343719393badddea56 [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>