Skip to content

Commit

Permalink
rockchip: add usb mass storage feature support for rk3036
Browse files Browse the repository at this point in the history
Enable ums feature for rk3036 boards, so that we can mount the mmc
device to PC.

Signed-off-by: jacob2.chen <[email protected]>
Acked-by: Simon Glass <[email protected]>
  • Loading branch information
wzyy2 authored and sjg20 committed Oct 2, 2016
1 parent 70616df commit e73e5fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/configs/rk3036_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#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_G_DNL_MANUFACTURER "Rockchip"
#define CONFIG_G_DNL_VENDOR_NUM 0x2207
Expand Down

0 comments on commit e73e5fc

Please sign in to comment.