[PATCH 51/88] omap: Drop unused CONFIG_OMAP_USB_PHY

Simon Glass sjg at chromium.org
Mon Jan 23 22:59:54 CET 2023


This option does not exist, so the Makefile rule does nothing. Drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 drivers/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/Makefile b/drivers/Makefile
index 83b14ef1fd3..15d19d0c8a3 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -59,7 +59,6 @@ obj-$(CONFIG_SPL_USB_GADGET) += usb/common/
 obj-$(CONFIG_SPL_USB_GADGET) += usb/gadget/udc/
 obj-$(CONFIG_SPL_WATCHDOG) += watchdog/
 obj-$(CONFIG_SPL_USB_HOST) += usb/host/
-obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/
 obj-$(CONFIG_SPL_SATA) += ata/ scsi/
 obj-$(CONFIG_SPL_LEGACY_BLOCK) += block/
 obj-$(CONFIG_SPL_THERMAL) += thermal/
-- 
2.39.1.456.gfc5497dd1b-goog



More information about the U-Boot mailing list