[U-Boot] [PATCH 3/3] arm: rmobile: gose: Add VFAT file system support
Nobuhiro Iwamatsu
nobuhiro.iwamatsu.yj at renesas.com
Thu Nov 6 07:42:26 CET 2014
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at 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
More information about the U-Boot
mailing list