common: Move CONFIG_BOOTARGS to Kconfig
[platform/kernel/u-boot.git] / include / configs / MCR3000.h
index 17090da..1e6d057 100644 (file)
 #define CONFIG_NETMASK                 255.0.0.0
 
 #define CONFIG_BOOTCOMMAND             "run flashboot"
-#define CONFIG_BOOTARGS                "ubi.mtd=4 root=ubi0:rootfs rw "        \
-                               "rootfstype=ubifs rootflags=sync "      \
-                               "console=ttyCPM0,115200N8 "             \
-                               "ip=${ipaddr}:::${netmask}:mcr3k:eth0:off"
 
 #define CONFIG_LOADS_ECHO      1       /* echo on for serial download  */
 #undef CONFIG_LOADS_BAUD_CHANGE        /* don't allow baudrate change  */
 #define        BOOTFLAG_COLD                   0x01
 #define BOOTFLAG_WARM                  0x02
 
-/* Misc Settings */
-#define CONFIG_CMD_REGINFO
-
 #endif /* __CONFIG_H */