summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2021-03-07 13:30:30 +0800
committerJun Nie <jun.nie@linaro.org>2021-03-07 13:45:27 +0800
commitab3269e5f5210dd11f32ca8fabe78693d4c0998e (patch)
tree5eada0c7c77977b44dba85cec29947ce22f73aa7
parenta4273abef5ed62289384a6c02374b5b8410f3375 (diff)
imx8mpevk: drop hardcoded USB configurationrel_imx_5.4.70_2.3.0-imx8mp-2020.04+efi+fio
Drop hardcoded USB configuration from imx8mmevk header. Just follow commit fb701b811f57fa511e536b48a32538112a84399f Signed-off-by: Jun Nie <jun.nie@linaro.org>
-rw-r--r--include/configs/imx8mp_evk.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/imx8mp_evk.h b/include/configs/imx8mp_evk.h
index 85d2b77ed8..2f7d1f5899 100644
--- a/include/configs/imx8mp_evk.h
+++ b/include/configs/imx8mp_evk.h
@@ -242,16 +242,6 @@
#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
-#endif
-
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
#define CONFIG_USBD_HS
#define CONFIG_USB_GADGET_VBUS_DRAW 2