Skip to content

Commit

Permalink
Revert "rockchip: add usb mass storage gadget for common functions"
Browse files Browse the repository at this point in the history
This reverts commit 8f3e681.
  • Loading branch information
wzyy2 committed Dec 20, 2017
1 parent 55e72de commit e211b3f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions include/configs/rk3188_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@
#define CONFIG_SF_DEFAULT_SPEED 20000000

#ifndef CONFIG_SPL_BUILD

/* usb mass storage */
#define CONFIG_USB_FUNCTION_MASS_STORAGE

/* usb otg */
#define CONFIG_ROCKCHIP_USB2_PHY

Expand Down
3 changes: 0 additions & 3 deletions include/configs/rk3328_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@

#ifndef CONFIG_SPL_BUILD

/* usb mass storage */
#define CONFIG_USB_FUNCTION_MASS_STORAGE

#define ENV_MEM_LAYOUT_SETTINGS \
"scriptaddr=0x00500000\0" \
"pxefile_addr_r=0x00600000\0" \
Expand Down
4 changes: 0 additions & 4 deletions include/configs/rk3368_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
#define CONFIG_BOUNCE_BUFFER

#ifndef CONFIG_SPL_BUILD

/* usb mass storage */
#define CONFIG_USB_FUNCTION_MASS_STORAGE

#define ENV_MEM_LAYOUT_SETTINGS \
"scriptaddr=0x00500000\0" \
"pxefile_addr_r=0x00600000\0" \
Expand Down
3 changes: 0 additions & 3 deletions include/configs/rv1108_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x100000)
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x2000000)

/* usb mass storage */
#define CONFIG_USB_FUNCTION_MASS_STORAGE

/* rockchip ohci host driver */
#define CONFIG_USB_OHCI_NEW
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
Expand Down

0 comments on commit e211b3f

Please sign in to comment.