From fdff62927d61fe805d5d87f2eef6332d29598c8d Mon Sep 17 00:00:00 2001 From: Justin Waters Date: Wed, 1 Oct 2008 12:40:28 -0400 Subject: Fix typo in dataflash driver The dataflash driver has a typo in it that causes problems when you are not building for the at91sam9 boards. Signed-off-by: Justin Waters --- drivers/dataflash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/dataflash.c b/drivers/dataflash.c index ff4ebd514d..158c008f39 100644 --- a/drivers/dataflash.c +++ b/drivers/dataflash.c @@ -61,7 +61,6 @@ dataflash_protect_t area_list[NB_DATAFLASH_AREA] = { {0x38000, 0x1fffff, FLAG_PROTECT_CLEAR}, /* data area size to tune */ }; #endif -#elif #elif defined(CONFIG_NEW_PARTITION) /*define the area offsets*/ /* Invalid partitions should be defined with start > end */ -- cgit v1.2.3