diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-08-07 02:57:10 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-07 02:57:10 +0200 |
commit | 47baf57c43dfadf0b01325c5ccd1c3f421827381 (patch) | |
tree | 93de2c0471bdf04494f0c69589a4c4d0d2612e3d /recipes-bsp/u-boot/rvphone | |
parent | 1426442f4464c8794c7c06092c6db92937f656e5 (diff) |
no usb for u-boot
Diffstat (limited to 'recipes-bsp/u-boot/rvphone')
-rw-r--r-- | recipes-bsp/u-boot/rvphone/cl-imx8/include/configs/cl-imx8.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-bsp/u-boot/rvphone/cl-imx8/include/configs/cl-imx8.h b/recipes-bsp/u-boot/rvphone/cl-imx8/include/configs/cl-imx8.h index a2cb9a6..81d0e20 100644 --- a/recipes-bsp/u-boot/rvphone/cl-imx8/include/configs/cl-imx8.h +++ b/recipes-bsp/u-boot/rvphone/cl-imx8/include/configs/cl-imx8.h @@ -246,20 +246,6 @@ /* I2C Configs */ #define CONFIG_SYS_I2C_SPEED 100000 -/* USB configs */ -#ifndef CONFIG_SPL_BUILD - -#define CONFIG_CMD_USB -#define CONFIG_USB_STORAGE - -#define CONFIG_CMD_USB_MASS_STORAGE -#define CONFIG_USB_GADGET_MASS_STORAGE -#define CONFIG_USB_FUNCTION_MASS_STORAGE - -#define CONFIG_CMD_READ - -#endif - #define CONFIG_OF_SYSTEM_SETUP /* Framebuffer */ |