summaryrefslogtreecommitdiffstats
path: root/include/configs/sheevaplug.h
diff options
context:
space:
mode:
authorQuentin Armitage <quentin@armitage.org.uk>2015-10-28 00:47:18 +0000
committerLuka Perkov <luka.perkov@sartura.hr>2015-11-17 23:41:41 +0100
commitea944003d57e9ac68774742b98bb15ca6a9b6d9c (patch)
tree8284dead0c3eef6bc6cb5569b384e1c3e65e3523 /include/configs/sheevaplug.h
parent5e69947f51d72a2f75f2132c2cc8bae3f0ebcdef (diff)
downloadblackbird-obmc-uboot-ea944003d57e9ac68774742b98bb15ca6a9b6d9c.tar.gz
blackbird-obmc-uboot-ea944003d57e9ac68774742b98bb15ca6a9b6d9c.zip
arm: kirkwood: Use common definition for filesystems
include/configs/mv-common.h brings in the required filesystems if CONFIG_SYS_MVFS is defined, so use it 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.h25
1 files changed, 10 insertions, 15 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 60294ff697..f466ee46ec 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -32,7 +32,6 @@
*/
#define CONFIG_BZIP2
#define CONFIG_LZMA
-#define CONFIG_LZO
/*
* Enable device tree support
@@ -51,6 +50,16 @@
#define CONFIG_CMD_MMC
/*
+ * Standard filesystems
+ */
+#define CONFIG_SYS_MVFS
+
+/*
+ * Extra file system
+ */
+#define CONFIG_CMD_EXT4
+
+/*
* mv-common.h should be defined after CMD configs since it used them
* to enable certain macros
*/
@@ -134,20 +143,6 @@
#define CONFIG_RTC_MV
#endif /* CONFIG_CMD_DATE */
-/*
- * File system
- */
-#define CONFIG_CMD_EXT2
-#define CONFIG_CMD_EXT4
-#define CONFIG_CMD_FAT
-#define CONFIG_CMD_JFFS2
-#define CONFIG_CMD_UBI
-#define CONFIG_CMD_UBIFS
-#define CONFIG_RBTREE
-#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
-#define CONFIG_MTD_PARTITIONS
-#define CONFIG_CMD_MTDPARTS
-
#define CONFIG_SYS_ALT_MEMTEST
#endif /* _CONFIG_SHEEVAPLUG_H */
OpenPOWER on IntegriCloud