diff options
Diffstat (limited to 'include/configs/redwood.h')
| -rw-r--r-- | include/configs/redwood.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/configs/redwood.h b/include/configs/redwood.h index f75ab6781..355c330c3 100644 --- a/include/configs/redwood.h +++ b/include/configs/redwood.h @@ -110,13 +110,13 @@  /*-----------------------------------------------------------------------   * I2C   *----------------------------------------------------------------------*/ -#define CONFIG_SYS_I2C_SPEED		400000	/* I2C speed			*/ +#define CONFIG_SYS_I2C_PPC4XX_SPEED_0		400000  #define IIC0_BOOTPROM_ADDR	0x50  #define IIC0_ALT_BOOTPROM_ADDR	0x54  /* Don't probe these addrs */ -#define CONFIG_SYS_I2C_NOPROBES	{0x50, 0x52, 0x53, 0x54} +#define CONFIG_SYS_I2C_NOPROBES	{ {0, 0x50}, {0, 0x52}, {0, 0x53}, {0, 0x54} }  #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN	2	/* Bytes of address		*/ |