[U-Boot] [PATCH 2/3] sunxi: Enable USB host support for Sinlinx SinA33
Chen-Yu Tsai
wens at csie.org
Wed Sep 14 04:26:35 CEST 2016
Sinlinx SinA33 has 1 USB host port. Enable EHCI_HCD support for it.
Also enable USB mass storage support so we can access USB sticks.
Signed-off-by: Chen-Yu Tsai <wens at csie.org>
---
configs/Sinlinx_SinA33_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/Sinlinx_SinA33_defconfig b/configs/Sinlinx_SinA33_defconfig
index 77eb05bf251a..673f3210a1b5 100644
--- a/configs/Sinlinx_SinA33_defconfig
+++ b/configs/Sinlinx_SinA33_defconfig
@@ -9,4 +9,6 @@ CONFIG_DEFAULT_DEVICE_TREE="sun8i-a33-sinlinx-sina33"
CONFIG_SPL=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
+CONFIG_CMD_USB_MASS_STORAGE=y
# CONFIG_CMD_FPGA is not set
+CONFIG_USB_EHCI_HCD=y
--
2.9.3
More information about the U-Boot
mailing list