summaryrefslogtreecommitdiffstats
path: root/include/configs/dreamplug.h
diff options
context:
space:
mode:
authorQuentin Armitage <quentin@armitage.org.uk>2015-10-28 00:47:15 +0000
committerLuka Perkov <luka.perkov@sartura.hr>2015-11-17 23:41:41 +0100
commit64561639080a30aad055e6024612ffe9b2a38baa (patch)
treed7a2c0c87f7f3b5e8af3a137d01119917dda78a4 /include/configs/dreamplug.h
parenta21b4f0f9977915f9a609fe8cc8fba2d1a3ba629 (diff)
downloadblackbird-obmc-uboot-64561639080a30aad055e6024612ffe9b2a38baa.tar.gz
blackbird-obmc-uboot-64561639080a30aad055e6024612ffe9b2a38baa.zip
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/dreamplug.h')
-rw-r--r--include/configs/dreamplug.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
index 2815ad8623..bd834e4328 100644
--- a/include/configs/dreamplug.h
+++ b/include/configs/dreamplug.h
@@ -45,14 +45,17 @@
* Commands configuration
*/
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
+#define CONFIG_CMD_DATE
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
+#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_EXT4
#define CONFIG_CMD_FAT
+#define CONFIG_CMD_IDE
+#define CONFIG_CMD_MII
#define CONFIG_CMD_SF
#define CONFIG_CMD_PING
#define CONFIG_CMD_USB
-#define CONFIG_CMD_IDE
-#define CONFIG_CMD_DATE
/*
* mv-common.h should be defined after CMD configs since it used them
OpenPOWER on IntegriCloud