From b16f6db6371026b1108eccf2bb29b14d656d9c35 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 30 Aug 2024 22:43:40 -0300 Subject: imx: Remove CFG_MXC_USB_PORTSC The definition of CFG_MXC_USB_PORTSC as (PORT_PTS_UTMI | PORT_PTS_PTW) can be removed from mx5/mx6/mx7/mx8m board config files as it is the default in drivers/usb/host/ehci-mx5.c and drivers/usb/host/ehci-mx6.c. Suggested-by: Tim Harvey Signed-off-by: Fabio Estevam Reviewed-by: Tim Harvey --- include/configs/mx7ulp_com.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/mx7ulp_com.h') diff --git a/include/configs/mx7ulp_com.h b/include/configs/mx7ulp_com.h index a310c64e794..f8e3950fa32 100644 --- a/include/configs/mx7ulp_com.h +++ b/include/configs/mx7ulp_com.h @@ -51,5 +51,4 @@ #define CFG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR #define CFG_SYS_INIT_RAM_SIZE SZ_256K -#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #endif /* __CONFIG_H */ -- cgit v1.2.3