diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:14:04 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:15:12 -0500 |
| commit | 1d0eaf2f32353424063686478a34a56dfa251416 (patch) | |
| tree | 135e98ceef6cc20fe16a859fcb5423253e2f08fa /include | |
| parent | 61693acbce16dd674de9d6193fbfaffc739f4829 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/devkit3250.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index 9cfee381d4a..d85aeaafe51 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -53,7 +53,7 @@ /* * USB */ -#define CONFIG_USB_ISP1301_I2C_ADDR 0x2d +#define CFG_USB_ISP1301_I2C_ADDR 0x2d /* * U-Boot General Configurations |
