Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu...@renesas.com>
---
 include/configs/gose.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/configs/gose.h b/include/configs/gose.h
index 5889f02..62837d6 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 */
-- 
2.1.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to