Cleanup DataFlash partition handling
[oweals/u-boot.git] / include / dataflash.h
index fbd5e17f44c09b47a0123493be9b1583c3996469..68f0324158cb7947e8c4cead634998818960cbc5 100644 (file)
 #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