From 5604e2178c5218fbfdba2e4293ca7652e829ac25 Mon Sep 17 00:00:00 2001 From: Stelian Pop Date: Wed, 26 Mar 2008 21:52:36 +0100 Subject: Cleanup DataFlash partition handling DataFlash partition information has become a mess. This patch defines a single partition scheme for Atmel DataFlashes. This partition scheme will be used by all AT91CAP9 and AT91SAM9 boards. Signed-off-by: Stelian Pop --- include/dataflash.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/dataflash.h') diff --git a/include/dataflash.h b/include/dataflash.h index fbd5e17f4..68f032415 100644 --- a/include/dataflash.h +++ b/include/dataflash.h @@ -38,11 +38,7 @@ #include "config.h" /*number of protected area*/ -#ifdef CONFIG_NEW_PARTITION -# define NB_DATAFLASH_AREA 6 -#else -# define NB_DATAFLASH_AREA 4 -#endif +#define NB_DATAFLASH_AREA 5 #ifdef CFG_NO_FLASH -- cgit v1.2.3