diff options
author | Tom Rini <trini@ti.com> | 2013-02-08 11:20:15 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-02-18 13:51:20 -0500 |
commit | 4adfcd68cc10449e2fda0f9fac8b09f2b5c09a02 (patch) | |
tree | 7ba3b31c35e8f3b184cb7cb77e14d51495d6f347 /boards.cfg | |
parent | 427ac8cca34516c9e3845fee40d7fbd6f3293aec (diff) | |
download | u-boot-imx-4adfcd68cc10449e2fda0f9fac8b09f2b5c09a02.zip u-boot-imx-4adfcd68cc10449e2fda0f9fac8b09f2b5c09a02.tar.gz u-boot-imx-4adfcd68cc10449e2fda0f9fac8b09f2b5c09a02.tar.bz2 |
am335x evm: Add am335x_evm_spiboot target
This target will move the environment into SPI flash and documents
the expected layout. We correct the SPL define for where U-Boot is
and remove an unused define.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'boards.cfg')
-rw-r--r-- | boards.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -233,6 +233,7 @@ integratorap_cm946es arm arm946es integrator armltd integratorcp_cm946es arm arm946es integrator armltd - integratorcp:CM946ES ca9x4_ct_vxp arm armv7 vexpress armltd am335x_evm arm armv7 am335x ti am33xx am335x_evm:SERIAL1,CONS_INDEX=1 +am335x_evm_spiboot arm armv7 am335x ti am33xx am335x_evm:SERIAL1,CONS_INDEX=1,SPI_BOOT am335x_evm_uart1 arm armv7 am335x ti am33xx am335x_evm:SERIAL2,CONS_INDEX=2 am335x_evm_uart2 arm armv7 am335x ti am33xx am335x_evm:SERIAL3,CONS_INDEX=3 am335x_evm_uart3 arm armv7 am335x ti am33xx am335x_evm:SERIAL4,CONS_INDEX=4 |