]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: mvebu: db-mv784mp-gp: Enable common file-system support
authorStefan Roese <sr@denx.de>
Thu, 3 Dec 2015 11:39:45 +0000 (12:39 +0100)
committerStefan Roese <sr@denx.de>
Thu, 14 Jan 2016 13:08:59 +0000 (14:08 +0100)
This patch adds the common FS options to the Marvell AXP eval board. This
includes EXT2, EXT4, FAT and VFAT. And of course the generic FS commands.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
include/configs/db-mv784mp-gp.h

index 65e78b80b72c20a35fa7a673d6569984311541e6..3fb0cfb52cbfe49b9917baf298da4f6fbe2dd67c 100644 (file)
 #define CONFIG_SYS_NO_FLASH            /* Declare no flash (NOR/SPI) */
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_ENV
+#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_EXT4
+#define CONFIG_CMD_FAT
+#define CONFIG_CMD_FS_GENERIC
 #define CONFIG_CMD_I2C
 #define CONFIG_CMD_NAND
 #define CONFIG_CMD_PCI
@@ -74,6 +78,9 @@
 #define CONFIG_EFI_PARTITION
 #define CONFIG_DOS_PARTITION
 
+/* Additional FS support/configuration */
+#define CONFIG_SUPPORT_VFAT
+
 /* PCIe support */
 #ifndef CONFIG_SPL_BUILD
 #define CONFIG_PCI