summaryrefslogtreecommitdiffstats
path: root/include/configs/uniphier-common.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-07 18:48:34 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-12 00:21:41 +0900
commit495deb44f203705dd631196db7c4f1768750ae95 (patch)
treeb36a95b400944cc61d638df1f4f4a1766e8e6088 /include/configs/uniphier-common.h
parent048899ba8c54bc3e094185d69d6a62d7e7f9cf30 (diff)
downloadblackbird-obmc-uboot-495deb44f203705dd631196db7c4f1768750ae95.tar.gz
blackbird-obmc-uboot-495deb44f203705dd631196db7c4f1768750ae95.zip
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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/uniphier-common.h b/include/configs/uniphier-common.h
index b18ae6dfae..c779c9fdac 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)
OpenPOWER on IntegriCloud