mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <trini@konsulko.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <asm/arch/cpu.h>
|
||||
|
||||
#ifdef CONFIG_I2C0_ENABLE
|
||||
#define CONFIG_I2C_MVTWSI_BASE0 SUNXI_TWI0_BASE
|
||||
#define CFG_I2C_MVTWSI_BASE0 SUNXI_TWI0_BASE
|
||||
#endif
|
||||
#ifdef CONFIG_I2C1_ENABLE
|
||||
#define CONFIG_I2C_MVTWSI_BASE1 SUNXI_TWI1_BASE
|
||||
|
||||
Reference in New Issue
Block a user