diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-07 18:48:34 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-12 00:21:41 +0900 |
commit | 495deb44f203705dd631196db7c4f1768750ae95 (patch) | |
tree | b36a95b400944cc61d638df1f4f4a1766e8e6088 /include/configs/uniphier-common.h | |
parent | 048899ba8c54bc3e094185d69d6a62d7e7f9cf30 (diff) | |
download | u-boot-imx-495deb44f203705dd631196db7c4f1768750ae95.zip u-boot-imx-495deb44f203705dd631196db7c4f1768750ae95.tar.gz u-boot-imx-495deb44f203705dd631196db7c4f1768750ae95.tar.bz2 |
ARM: UniPhier: enable USB features
FAT-formated USB storage device access is available.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/uniphier-common.h')
-rw-r--r-- | include/configs/uniphier-common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/uniphier-common.h b/include/configs/uniphier-common.h index b18ae6d..c779c9f 100644 --- a/include/configs/uniphier-common.h +++ b/include/configs/uniphier-common.h @@ -166,6 +166,13 @@ are defined. Select only one of them." #define CONFIG_SYS_NAND_USE_FLASH_BBT #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0 +/* USB */ +#define CONFIG_CMD_USB +#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 +#define CONFIG_CMD_FAT +#define CONFIG_FAT_WRITE +#define CONFIG_DOS_PARTITION + /* memtest works on */ #define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x01000000) |