cfg_nand.h

Go to the documentation of this file.
00001 
00037 #ifndef CFG_NAND_H
00038 #define CFG_NAND_H
00039 
00047 #define CONFIG_NAND_DATA_SIZE         2048
00048 
00056 #define CONFIG_NAND_SPARE_SIZE        64
00057 
00065 #define CONFIG_NAND_PAGES_PER_BLOCK   64
00066 
00074 #define CONFIG_NAND_NUM_BLOCK        2048
00075 
00083 #define CONFIG_NAND_NUM_REMAP_BLOCKS  128
00084 
00093 #define CONFIG_NAND_TMOUT      100
00094 
00101 #define CONFIG_NAND_LOG_LEVEL      LOG_LVL_WARN
00102 
00109 #define CONFIG_NAND_LOG_FORMAT     LOG_FMT_TERSE
00110 
00111 #endif /* CFG_NAND_H */