summaryrefslogtreecommitdiffstats
path: root/boards.cfg
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2013-07-11 09:54:58 -0400
committerTom Rini <trini@ti.com>2013-07-30 09:21:42 -0400
commit317fab2df2b06d44d1f91bd44d421f3ef1013ac9 (patch)
treeabf6099d863cfc936bbab584d6782e91419202ae /boards.cfg
parentf6d1f6e4a58edae4776937647381a43fea5e83a5 (diff)
downloadblackbird-obmc-uboot-317fab2df2b06d44d1f91bd44d421f3ef1013ac9.tar.gz
blackbird-obmc-uboot-317fab2df2b06d44d1f91bd44d421f3ef1013ac9.zip
am335x_evm: Make NAND support modular
Give the user the ability to disable NAND support by defining CONFIG_NO_NAND. This will allow custom hardware to easily support this configuration. Signed-off-by: Justin Waters <justin.waters@timesys.com> [trini: Make apply on top of other series] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'boards.cfg')
-rw-r--r--boards.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards.cfg b/boards.cfg
index ffb8a27911..e49d6dd85e 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -242,7 +242,7 @@ vexpress_ca15_tc2 arm armv7 vexpress armltd
vexpress_ca5x2 arm armv7 vexpress armltd
vexpress_ca9x4 arm armv7 vexpress armltd
am335x_evm arm armv7 am335x ti am33xx am335x_evm:SERIAL1,CONS_INDEX=1,NAND
-am335x_evm_nor arm armv7 am335x ti am33xx am335x_evm:SERIAL1,CONS_INDEX=1,NOR
+am335x_evm_nor arm armv7 am335x ti am33xx am335x_evm:SERIAL1,CONS_INDEX=1,NAND,NOR
am335x_evm_norboot arm armv7 am335x ti am33xx am335x_evm:SERIAL1,CONS_INDEX=1,NOR,NOR_BOOT
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=1,NAND
OpenPOWER on IntegriCloud