diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-06 15:42:26 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-10 09:45:16 +0900 |
commit | c3bd3776c7b2256b311208774965abbbaaf6eb30 (patch) | |
tree | ae35142a937e8eac8ca1d4baaaa49d7d88726772 /include/configs/gose.h | |
parent | d3ee73fcd7029064946d07523ab64e58921f2f3a (diff) | |
download | u-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.h | 6 |
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 */ |