global: Migrate CONFIG_USB_ISP1301_I2C_ADDR to CFG
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:14:04 +0000 (10:14 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:15:12 +0000 (10:15 -0500)
Perform a simple rename of CONFIG_USB_ISP1301_I2C_ADDR to CFG_USB_ISP1301_I2C_ADDR

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/usb/host/ohci-lpc32xx.c
include/configs/devkit3250.h

index 3be0b31..a04b296 100644 (file)
@@ -69,7 +69,7 @@ struct otg_regs {
 #define OTG1_DM_PULLDOWN               (1 << 3)
 #define OTG1_VBUS_DRV                  (1 << 5)
 
-#define ISP1301_I2C_ADDR               CONFIG_USB_ISP1301_I2C_ADDR
+#define ISP1301_I2C_ADDR               CFG_USB_ISP1301_I2C_ADDR
 
 #define ISP1301_I2C_MODE_CONTROL_1_SET         0x04
 #define ISP1301_I2C_MODE_CONTROL_1_CLR         0x05
index 9cfee38..d85aeaa 100644 (file)
@@ -53,7 +53,7 @@
 /*
  * USB
  */
-#define CONFIG_USB_ISP1301_I2C_ADDR            0x2d
+#define CFG_USB_ISP1301_I2C_ADDR               0x2d
 
 /*
  * U-Boot General Configurations