From: Stefan Roese Date: Thu, 3 Dec 2015 11:39:45 +0000 (+0100) Subject: arm: mvebu: db-mv784mp-gp: Enable common file-system support X-Git-Tag: v2016.03-rc1~313^2~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8c8228251d3c7ca68c239ec7524bdbfd9903f20a;p=u-boot arm: mvebu: db-mv784mp-gp: Enable common file-system support 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 Cc: Luka Perkov --- diff --git a/include/configs/db-mv784mp-gp.h b/include/configs/db-mv784mp-gp.h index 65e78b80b7..3fb0cfb52c 100644 --- a/include/configs/db-mv784mp-gp.h +++ b/include/configs/db-mv784mp-gp.h @@ -29,6 +29,10 @@ #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