[PATCH] usb: ehci-mx6: Remove MX6Q_ARM2 related ifdefery

2022-07-25 Thread sbabic
> From: Fabio Estevam > The imx6q arm2 board support has been removed from U-Boot > as it did not get converted to DM. > Remove the MX6Q_ARM2 related ifdefery in the driver. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

Re: [PATCH] usb: ehci-mx6: Remove MX6Q_ARM2 related ifdefery

2022-05-19 Thread Michael Nazzareno Trimarchi
Hi Fabio On Thu, May 19, 2022 at 2:14 PM Fabio Estevam wrote: > > From: Fabio Estevam > > The imx6q arm2 board support has been removed from U-Boot > as it did not get converted to DM. > > Remove the MX6Q_ARM2 related ifdefery in the driver. > > Signed-off-by: Fabio Estevam > --- >

[PATCH] usb: ehci-mx6: Remove MX6Q_ARM2 related ifdefery

2022-05-19 Thread Fabio Estevam
From: Fabio Estevam The imx6q arm2 board support has been removed from U-Boot as it did not get converted to DM. Remove the MX6Q_ARM2 related ifdefery in the driver. Signed-off-by: Fabio Estevam --- drivers/usb/host/ehci-mx6.c | 5 - 1 file changed, 5 deletions(-) diff --git