diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2014-12-04 09:56:32 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-12-19 15:32:13 +0100 |
commit | 7f22307c03c76b46821c3a22cffa45dad25aaa2b (patch) | |
tree | 14434b301366235c39d68d4954674cfdfff3b3af /include/configs/ot1200.h | |
parent | bd2600d375adb898b9ef8227059b14619a5e2cc5 (diff) | |
download | u-boot-imx-7f22307c03c76b46821c3a22cffa45dad25aaa2b.zip u-boot-imx-7f22307c03c76b46821c3a22cffa45dad25aaa2b.tar.gz u-boot-imx-7f22307c03c76b46821c3a22cffa45dad25aaa2b.tar.bz2 |
ot1200: enable support for USB_STORAGE
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'include/configs/ot1200.h')
-rw-r--r-- | include/configs/ot1200.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 0d0873d..255c933 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -85,6 +85,7 @@ /* USB Configs */ #define CONFIG_CMD_USB +#define CONFIG_USB_STORAGE #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_MX6 #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) |