Skip to content
Snippets Groups Projects
Commit e73e5fcd authored by jacob2.chen's avatar jacob2.chen Committed by Simon Glass
Browse files

rockchip: add usb mass storage feature support for rk3036


Enable ums feature for rk3036 boards, so that we can mount the mmc
device to PC.

Signed-off-by: default avatarjacob2.chen <jacob2.chen@rock-chips.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 70616df2
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,10 @@ ...@@ -70,6 +70,10 @@
#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR #define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#define CONFIG_FASTBOOT_BUF_SIZE 0x08000000 #define CONFIG_FASTBOOT_BUF_SIZE 0x08000000
/* usb mass storage */
#define CONFIG_USB_FUNCTION_MASS_STORAGE
#define CONFIG_CMD_USB_MASS_STORAGE
#define CONFIG_USB_GADGET_DOWNLOAD #define CONFIG_USB_GADGET_DOWNLOAD
#define CONFIG_G_DNL_MANUFACTURER "Rockchip" #define CONFIG_G_DNL_MANUFACTURER "Rockchip"
#define CONFIG_G_DNL_VENDOR_NUM 0x2207 #define CONFIG_G_DNL_VENDOR_NUM 0x2207
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment