summaryrefslogtreecommitdiff
path: root/include/configs/gose.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-11-06 15:42:26 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-10 09:45:16 +0900
commitc3bd3776c7b2256b311208774965abbbaaf6eb30 (patch)
treeae35142a937e8eac8ca1d4baaaa49d7d88726772 /include/configs/gose.h
parentd3ee73fcd7029064946d07523ab64e58921f2f3a (diff)
downloadu-boot-imx-c3bd3776c7b2256b311208774965abbbaaf6eb30.zip
u-boot-imx-c3bd3776c7b2256b311208774965abbbaaf6eb30.tar.gz
u-boot-imx-c3bd3776c7b2256b311208774965abbbaaf6eb30.tar.bz2
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>
Diffstat (limited to 'include/configs/gose.h')
-rw-r--r--include/configs/gose.h6
1 files changed, 6 insertions, 0 deletions
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 */