diff options
Diffstat (limited to 'include/configs/x600.h')
| -rw-r--r-- | include/configs/x600.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/x600.h b/include/configs/x600.h index 00b938a21..7405419f0 100644 --- a/include/configs/x600.h +++ b/include/configs/x600.h @@ -85,6 +85,7 @@  /* I2C config options */  #define CONFIG_HARD_I2C  #define CONFIG_DW_I2C +#define CONFIG_SYS_I2C_BASE			0xD0200000  #define CONFIG_SYS_I2C_SPEED			400000  #define CONFIG_SYS_I2C_SLAVE			0x02  #define CONFIG_I2C_CHIPADDRESS			0x50 @@ -170,7 +171,6 @@  #define CONFIG_SYS_BARGSIZE			CONFIG_SYS_CBSIZE  #define CONFIG_SYS_LOAD_ADDR			0x00800000  #define CONFIG_SYS_CONSOLE_INFO_QUIET -#define CONFIG_SYS_64BIT_VSPRINTF  /* Use last 2 lwords in internal SRAM for bootcounter */  #define CONFIG_BOOTCOUNT_LIMIT  |