diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-10-31 16:30:27 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-04 09:02:22 +0900 |
commit | 9cb8d9d2e0a34582f55939cbb9b2989633f24b34 (patch) | |
tree | 18026b374bb86c4d3411a2f728da56b21f8bc416 /include/configs/alt.h | |
parent | 7ffc8dfb98d8828c82e194b2475f5150d03c133a (diff) | |
download | u-boot-9cb8d9d2e0a34582f55939cbb9b2989633f24b34.tar.gz |
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.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h index 502b727927..7bd649fb42 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 |