diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h index b8f549cd9dc..0cb0762345e 100644 --- a/include/configs/rk3188_common.h +++ b/include/configs/rk3188_common.h @@ -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 diff --git a/include/configs/rk3328_common.h b/include/configs/rk3328_common.h index c5aba945088..9fbeab26fe3 100644 --- a/include/configs/rk3328_common.h +++ b/include/configs/rk3328_common.h @@ -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" \ diff --git a/include/configs/rk3368_common.h b/include/configs/rk3368_common.h index 86d1a1c8084..b4145535653 100644 --- a/include/configs/rk3368_common.h +++ b/include/configs/rk3368_common.h @@ -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" \ diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h index bfb11ffdff7..549839d4d62 100644 --- a/include/configs/rv1108_common.h +++ b/include/configs/rv1108_common.h @@ -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