global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*
[platform/kernel/u-boot.git] / include / configs / MCR3000.h
index 9d06838..a5518d3 100644 (file)
@@ -56,8 +56,6 @@
 #define CONFIG_SERVERIP                        192.168.0.1
 #define CONFIG_NETMASK                 255.0.0.0
 
-#define CONFIG_LOADS_ECHO      1       /* echo on for serial download  */
-
 /* Miscellaneous configurable options */
 
 /* Definitions for initial stack pointer and data area (in DPRAM) */
@@ -68,7 +66,7 @@
 #define        CONFIG_SYS_SDRAM_BASE           0x00000000
 
 /* FLASH organization */
-#define CONFIG_SYS_FLASH_BASE          CONFIG_SYS_TEXT_BASE
+#define CONFIG_SYS_FLASH_BASE          CONFIG_TEXT_BASE
 
 /*
  * For booting Linux, the board info and command line data
@@ -76,7 +74,6 @@
  * the maximum mapped by the Linux kernel during initialization.
  */
 #define        CONFIG_SYS_BOOTMAPSZ            (8 << 20)
-#define        CONFIG_SYS_MONITOR_LEN          (320 << 10)
 
 /* Environment Configuration */
 
@@ -85,7 +82,6 @@
 /* Ethernet configuration part */
 
 /* NAND configuration part */
-#define CONFIG_SYS_MAX_NAND_DEVICE     1
-#define CONFIG_SYS_NAND_BASE           0x0C000000
+#define CFG_SYS_NAND_BASE              0x0C000000
 
 #endif /* __CONFIG_H */