summaryrefslogtreecommitdiff
path: root/include/configs/alt.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-10-31 07:30:27 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-04 00:02:22 (GMT)
commit9cb8d9d2e0a34582f55939cbb9b2989633f24b34 (patch)
tree18026b374bb86c4d3411a2f728da56b21f8bc416 /include/configs/alt.h
parent7ffc8dfb98d8828c82e194b2475f5150d03c133a (diff)
downloadu-boot-9cb8d9d2e0a34582f55939cbb9b2989633f24b34.tar.xz
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>
Diffstat (limited to 'include/configs/alt.h')
-rw-r--r--include/configs/alt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h
index 502b727..7bd649f 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