diff options
Diffstat (limited to 'include/configs/neo.h')
-rw-r--r-- | include/configs/neo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/neo.h b/include/configs/neo.h index fede8b8b647..5abb8b1a752 100644 --- a/include/configs/neo.h +++ b/include/configs/neo.h @@ -101,7 +101,7 @@ /* * I2C stuff */ -#define CONFIG_SYS_I2C_SPEED 100000 /* I2C speed and slave address */ +#define CONFIG_SYS_I2C_PPC4XX_SPEED_0 100000 /* RTC */ #define CONFIG_RTC_DS1337 |