diff options
-rw-r--r-- | include/configs/m53evk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index 97196c6..e5756d3 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -175,7 +175,7 @@ #ifdef CONFIG_CMD_I2C #define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_SPD_BUS_NUM 1 /* I2C2 */ +#define CONFIG_SYS_RTC_BUS_NUM 1 /* I2C2 */ #endif /* |