From 50e55bfef2a5bd2df15a36b2d98ac7f61b359438 Mon Sep 17 00:00:00 2001 From: Justin Waters Date: Mon, 12 May 2008 12:15:07 -0400 Subject: Make AT91CAP9A-DK store environment in NOR flash 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 --- include/configs/at91cap9adk.h | 4 ++-- 1 file 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 -- cgit v1.2.3