summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2008-05-12 12:15:07 -0400
committerJustin Waters <justin.waters@timesys.com>2008-05-12 12:15:07 -0400
commit50e55bfef2a5bd2df15a36b2d98ac7f61b359438 (patch)
tree40bf5f575fe8f4d096046610378794e479c19545
parent30f1806f60978d707b0cff2d7bf89d141fc24290 (diff)
Make AT91CAP9A-DK store environment in NOR flash1.3.2-at91-200805121615
The CAP9A-DK board does not ship with DataFlash cards, so it should boot from the norflash and nandflash contained on the MEM33 card. Signed-off-by: Justin Waters <justin.waters@timesys.com>
-rw-r--r--include/configs/at91cap9adk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h
index f0dfd71aef..f13998118a 100644
--- a/include/configs/at91cap9adk.h
+++ b/include/configs/at91cap9adk.h
@@ -169,8 +169,8 @@
#define CFG_MEMTEST_START PHYS_SDRAM
#define CFG_MEMTEST_END 0x73000000
-#define CFG_USE_DATAFLASH 1
-#undef CFG_USE_NORFLASH
+#undef CFG_USE_DATAFLASH
+#define CFG_USE_NORFLASH 1
#ifdef CFG_USE_DATAFLASH