Re: [U-Boot] [PATCH 1/2] ppc4xx: Switch to I2C bus numer 0 for chip_config command

2009-11-10 Thread Stefan Roese
On Monday 09 November 2009 14:16:43 Stefan Roese wrote: > All currently available 4xx derivats have the I2C bootstrap EEPROM > located on I2C bus number 0. This patch now first sets this bus number, > so that the chip_config command also works for board with multiple > I2C busses, like Katmai. App

[U-Boot] [PATCH 1/2] ppc4xx: Switch to I2C bus numer 0 for chip_config command

2009-11-09 Thread Stefan Roese
All currently available 4xx derivats have the I2C bootstrap EEPROM located on I2C bus number 0. This patch now first sets this bus number, so that the chip_config command also works for board with multiple I2C busses, like Katmai. Signed-off-by: Stefan Roese --- cpu/ppc4xx/cmd_chip_config.c |