diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:04:09 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:10:40 -0500 |
| commit | 45ede979e86573e8b9362ceb1bfa9c397979ae1a (patch) | |
| tree | 3c6187a8ad5983d592e4b9fd08465745d381d705 /include/configs/db-88f6720.h | |
| parent | e06b9b8d75f3f367db115fbcd902ee2d22ddcdba (diff) | |
global: Migrate CONFIG_I2C_MVTWSI_BASE0 to CFG
Perform a simple rename of CONFIG_I2C_MVTWSI_BASE0 to CFG_I2C_MVTWSI_BASE0
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/db-88f6720.h')
| -rw-r--r-- | include/configs/db-88f6720.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/db-88f6720.h b/include/configs/db-88f6720.h index ef9c457e102..54de2d0d833 100644 --- a/include/configs/db-88f6720.h +++ b/include/configs/db-88f6720.h @@ -17,7 +17,7 @@ */ /* I2C */ -#define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE +#define CFG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE /* USB/EHCI configuration */ |
