diff options
author | Fabio Estevam <festevam@denx.de> | 2024-08-30 22:43:40 -0300 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-08-30 22:47:04 -0300 |
commit | b16f6db6371026b1108eccf2bb29b14d656d9c35 (patch) | |
tree | c70dd922c592bfac3e0bd2433e997e5babff6444 /include/configs/pcl063.h | |
parent | 183c218a80e231710b9c8a035495db3372fced5a (diff) | |
download | u-boot-b16f6db6371026b1108eccf2bb29b14d656d9c35.tar.gz |
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 <tharvey@gateworks.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/pcl063.h')
-rw-r--r-- | include/configs/pcl063.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/pcl063.h b/include/configs/pcl063.h index 2a729c3e454..0c96506b5fb 100644 --- a/include/configs/pcl063.h +++ b/include/configs/pcl063.h @@ -41,9 +41,6 @@ /* NAND */ #define CFG_SYS_NAND_BASE 0x40000000 -/* USB Configs */ -#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) - #define CFG_EXTRA_ENV_SETTINGS \ "console=ttymxc0,115200n8\0" \ "fdt_addr_r=0x82000000\0" \ |