]> git.baikalelectronics.ru Git - uboot.git/commit
usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>
Fri, 25 Aug 2023 10:42:39 +0000 (13:42 +0300)
committerMarek Vasut <marex@denx.de>
Mon, 4 Sep 2023 13:51:38 +0000 (15:51 +0200)
commit6dab2f58a6f2e6ee5e017101ed75f65d22b950ee
tree839b433d3007c36fdb5e729e6f98779d92a63eb0
parent2e05c72d2f76743a5d9ae9a5230069dfea0ec3c9
usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST

In the usb/dwc3-layerscape driver the first option should be renamed
to the latter as well. Do it.

Fix original logic in dwc3_layerscape_bind() - do not enable

Fixes: b6fc0fb1f32 ("Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST")
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
drivers/usb/dwc3/dwc3-layerscape.c