summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2008-10-01 12:40:28 -0400
committerJustin Waters <justin.waters@timesys.com>2008-10-01 12:40:28 -0400
commitfdff62927d61fe805d5d87f2eef6332d29598c8d (patch)
tree3c02453b0c612af40841d4b2e9a456e5704b2b2c
parentfa7af8eb7a16e0b3755f77994b838f1f6129a624 (diff)
Fix typo in dataflash driver1.3.0-at91-200810011640
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 <justin.waters@timesys.com>
-rw-r--r--drivers/dataflash.c1
1 files changed, 0 insertions, 1 deletions
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 */