[U-Boot] [PATCH V4 4/4] rockchip: usb: enable rockusb on rk3288 based board
Eddie Cai
eddie.cai.linux at gmail.com
Wed May 3 06:50:02 UTC 2017
all rk3288 based boards support rockusb, so enable it
Signed-off-by: Eddie Cai <eddie.cai.linux at gmail.com>
Reviewed-by: Lukasz Majewski <lukma at denx.de>
Changes in v4:
-move to rk3288_common.h
Changes in v3:
-move to defconfig
---
include/configs/rk3288_common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index e7a8f72..27717dd 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -80,6 +80,8 @@
#define CONFIG_G_DNL_MANUFACTURER "Rockchip"
#define CONFIG_G_DNL_VENDOR_NUM 0x2207
#define CONFIG_G_DNL_PRODUCT_NUM 0x320a
+#define CONFIG_USB_FUNCTION_ROCKUSB
+#define CONFIG_CMD_ROCKUSB
/* usb host support */
#ifdef CONFIG_CMD_USB
--
1.9.1
More information about the U-Boot
mailing list