diff options
Diffstat (limited to 'include/configs/M54418TWR.h')
-rw-r--r-- | include/configs/M54418TWR.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/M54418TWR.h b/include/configs/M54418TWR.h index aa95de2..bc26427 100644 --- a/include/configs/M54418TWR.h +++ b/include/configs/M54418TWR.h @@ -197,9 +197,9 @@ #undef CONFIG_MCFPIT /* I2c */ -#undef CONFIG_FSL_I2C +#undef CONFIG_SYS_FSL_I2C #undef CONFIG_HARD_I2C /* I2C with hardware support */ -#undef CONFIG_SOFT_I2C /* I2C bit-banged */ +#undef CONFIG_SYS_I2C_SOFT /* I2C bit-banged */ /* I2C speed and slave address */ #define CONFIG_SYS_I2C_SPEED 80000 #define CONFIG_SYS_I2C_SLAVE 0x7F |