global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*
[platform/kernel/u-boot.git] / include / configs / M5373EVB.h
index d920587..f7c09a2 100644 (file)
@@ -80,8 +80,6 @@
 #define CONFIG_SYS_SDRAM_EMOD          0x40010000
 #define CONFIG_SYS_SDRAM_MODE          0x018D0000
 
-#define CONFIG_SYS_MONITOR_LEN         (256 << 10)     /* Reserve 256 kB for Monitor */
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 8 MB of memory, since this is
  */
 #ifdef CONFIG_SYS_FLASH_CFI
 #      define CONFIG_SYS_FLASH_SIZE            0x800000        /* Max size that the board might have */
-#      define CONFIG_SYS_MAX_FLASH_SECT        137     /* max number of sectors on one chip */
 #endif
 
-#      define CONFIG_SYS_MAX_NAND_DEVICE       1
-#      define CONFIG_SYS_NAND_BASE             CONFIG_SYS_CS2_BASE
-#      define CONFIG_SYS_NAND_SIZE             1
-#      define CONFIG_SYS_NAND_BASE_LIST        { CONFIG_SYS_NAND_BASE }
+#      define CFG_SYS_NAND_BASE                CONFIG_SYS_CS2_BASE
+#      define CFG_SYS_NAND_BASE_LIST   { CFG_SYS_NAND_BASE }
 #      define NAND_ALLOW_ERASE_ALL     1
 
 #define CONFIG_SYS_FLASH_BASE          CONFIG_SYS_CS0_BASE