summaryrefslogtreecommitdiff
path: root/include/configs/sheevaplug.h
diff options
context:
space:
mode:
authorQuentin Armitage <quentin@armitage.org.uk>2015-10-28 00:47:15 (GMT)
committerLuka Perkov <luka.perkov@sartura.hr>2015-11-17 22:41:41 (GMT)
commit64561639080a30aad055e6024612ffe9b2a38baa (patch)
treed7a2c0c87f7f3b5e8af3a137d01119917dda78a4 /include/configs/sheevaplug.h
parenta21b4f0f9977915f9a609fe8cc8fba2d1a3ba629 (diff)
downloadu-boot-64561639080a30aad055e6024612ffe9b2a38baa.tar.xz
arm: kirkwood: standardise the configuration
The Marvell plugs are very similar systems, and so it makes sense for their u-boots to have the same commands/configuration. Add EXT4 and MII to Dreamplug, DATE to Guruplug and Sheevaplug. Add CONFIG_SYS_ALT_MEMTEST to Sheevaplug. There are still command differences around NAND, SPI/NOR. Also default to building u-boot.kwb for Sheevaplug and Guruplug. Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
Diffstat (limited to 'include/configs/sheevaplug.h')
-rw-r--r--include/configs/sheevaplug.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 76cdbe0..1eb4858 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -24,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
*/
@@ -46,6 +49,7 @@
*/
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
#define CONFIG_CMD_BOOTZ
+#define CONFIG_CMD_DATE
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
#define CONFIG_CMD_IDE
@@ -133,6 +137,13 @@
#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
@@ -146,4 +157,6 @@
#define CONFIG_MTD_PARTITIONS
#define CONFIG_CMD_MTDPARTS
+#define CONFIG_SYS_ALT_MEMTEST
+
#endif /* _CONFIG_SHEEVAPLUG_H */