arm: kirkwood: Move configuration of some commands to _defconfig files
[platform/kernel/u-boot.git] / include / configs / sheevaplug.h
index 84029cb..60294ff 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef _CONFIG_SHEEVAPLUG_H
 #define _CONFIG_SHEEVAPLUG_H
 
-#define CONFIG_SYS_GENERIC_BOARD
 
 /*
  * Version number information
@@ -25,6 +24,9 @@
 #define CONFIG_MACH_SHEEVAPLUG /* Machine type */
 #define CONFIG_SKIP_LOWLEVEL_INIT      /* disable board lowlevel_init */
 
+/* Add target to build it automatically upon "make" */
+#define CONFIG_BUILD_TARGET     "u-boot.kwb"
+
 /*
  * Compression configuration
  */
 #define CONFIG_OF_LIBFDT
 
 /*
- * Miscellaneous configurable options
- */
-#define CONFIG_SYS_HUSH_PARSER         /* use "hush" command parser */
-
-/*
  * Commands configuration
  */
 #define CONFIG_SYS_NO_FLASH            /* Declare no flash (NOR/SPI) */
-#include <config_cmd_default.h>
 #define CONFIG_CMD_BOOTZ
-#define CONFIG_CMD_DHCP
+#define CONFIG_CMD_DATE
 #define CONFIG_CMD_ENV
 #define CONFIG_CMD_IDE
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_MMC
-#define CONFIG_CMD_NAND
-#define CONFIG_CMD_PING
-#define CONFIG_CMD_USB
 
 /*
  * mv-common.h should be defined after CMD configs since it used them
 #endif /* CONFIG_CMD_IDE */
 
 /*
+ * RTC driver configuration
+ */
+#ifdef CONFIG_CMD_DATE
+#define CONFIG_RTC_MV
+#endif /* CONFIG_CMD_DATE */
+
+/*
  * File system
  */
 #define CONFIG_CMD_EXT2
 #define CONFIG_MTD_PARTITIONS
 #define CONFIG_CMD_MTDPARTS
 
+#define CONFIG_SYS_ALT_MEMTEST
+
 #endif /* _CONFIG_SHEEVAPLUG_H */