From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Date: Thu, 6 Nov 2014 06:42:26 +0000 (+0900)
Subject: arm: rmobile: gose: Add VFAT file system support
X-Git-Tag: v2025.01-rc5-pxa1908~14308^2~16
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=c3bd3776c7b2256b311208774965abbbaaf6eb30;p=u-boot.git

arm: rmobile: gose: Add VFAT file system support

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

diff --git a/include/configs/gose.h b/include/configs/gose.h
index 5889f023f9..62837d6136 100644
--- a/include/configs/gose.h
+++ b/include/configs/gose.h
@@ -33,6 +33,7 @@
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
 
 #if defined(CONFIG_RMOBILE_EXTRAM_BOOT)
 #define CONFIG_SYS_TEXT_BASE	0x70000000
@@ -173,4 +174,9 @@
 #define CONFIG_USB_EHCI_RMOBILE
 #define CONFIG_USB_MAX_CONTROLLER_COUNT	2
 
+/* File system */
+#define CONFIG_FAT_WRITE
+#define CONFIG_DOS_PARTITION
+#define CONFIG_SUPPORT_VFAT
+
 #endif	/* __GOSE_H */