global: Migrate CONFIG_USB_ISP1301_I2C_ADDR to CFG

Perform a simple rename of CONFIG_USB_ISP1301_I2C_ADDR to CFG_USB_ISP1301_I2C_ADDR

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2022-12-04 10:14:04 -05:00
parent 61693acbce
commit 1d0eaf2f32
2 changed files with 2 additions and 2 deletions

View 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

View File

@ -53,7 +53,7 @@
/*
* USB
*/
#define CONFIG_USB_ISP1301_I2C_ADDR 0x2d
#define CFG_USB_ISP1301_I2C_ADDR 0x2d
/*
* U-Boot General Configurations