commit | ce56a125ee99d5770558e1ae17ac170bfbb557a5 | [log] [tgz] |
---|---|---|
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | Fri Aug 25 13:42:39 2023 +0300 |
committer | Marek Vasut <marex@denx.de> | Mon Sep 04 15:51:38 2023 +0200 |
tree | 839b433d3007c36fdb5e729e6f98779d92a63eb0 | |
parent | 2454264bde06d90a60b5119b396d9a58f0d81545 [diff] |
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: 333e4a621df ("Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST") Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>