]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Switch to I2C bus numer 0 for chip_config command
authorStefan Roese <sr@denx.de>
Mon, 9 Nov 2009 13:13:43 +0000 (14:13 +0100)
committerStefan Roese <sr@denx.de>
Tue, 10 Nov 2009 14:09:28 +0000 (15:09 +0100)
commitcdaed5dc31f4023610f180fe158ec8c6f5e855a3
tree38e92b63d1dcf9e16d92acc7992253b76681c2cf
parent985edaccc4fbaef6d357d104aed08f839058a32f
ppc4xx: Switch to I2C bus numer 0 for chip_config command

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 <sr@denx.de>
cpu/ppc4xx/cmd_chip_config.c