From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Date: Fri, 31 Oct 2014 07:30:27 +0000 (+0900)
Subject: arm: rmobile: alt: Add VFAT filesystem support
X-Git-Tag: v2025.01-rc5-pxa1908~14359^2
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=9cb8d9d2e0a34582f55939cbb9b2989633f24b34;p=u-boot.git

arm: rmobile: alt: Add VFAT filesystem support

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---

diff --git a/include/configs/alt.h b/include/configs/alt.h
index 502b727927..7bd649fb42 100644
--- a/include/configs/alt.h
+++ b/include/configs/alt.h
@@ -32,6 +32,8 @@
 #define CONFIG_CMD_NFS
 #define CONFIG_CMD_BOOTZ
 #define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
+#define CONFIG_FAT_WRITE
 #define CONFIG_CMD_SF
 #define CONFIG_CMD_SPI
 
@@ -171,6 +173,10 @@
 
 #define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */
 
+/* Filesystems */
+#define CONFIG_DOS_PARTITION
+#define CONFIG_SUPPORT_VFAT
+
 /* USB */
 #define CONFIG_USB_STORAGE
 #define CONFIG_USB_EHCI