summaryrefslogtreecommitdiff
path: root/board/mpc8349emds
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-11-30 18:02:20 +0100
committerWolfgang Denk <wd@denx.de>2006-11-30 18:02:20 +0100
commitdd520bf314c7add4183c5191692180f576f96b60 (patch)
treecf491729e5ca4a222a7fd7fe7205e5157de05f77 /board/mpc8349emds
parentab07b6c221da99442b6c93986ca30607c6289bf0 (diff)
downloadu-boot-imx-dd520bf314c7add4183c5191692180f576f96b60.zip
u-boot-imx-dd520bf314c7add4183c5191692180f576f96b60.tar.gz
u-boot-imx-dd520bf314c7add4183c5191692180f576f96b60.tar.bz2
Code cleanup.
Diffstat (limited to 'board/mpc8349emds')
-rw-r--r--board/mpc8349emds/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc8349emds/pci.c b/board/mpc8349emds/pci.c
index bb60e73..d6a12b8 100644
--- a/board/mpc8349emds/pci.c
+++ b/board/mpc8349emds/pci.c
@@ -74,7 +74,7 @@ pib_init(void)
*/
/* Switch temporarily to I2C bus #2 */
orig_i2c_bus = i2c_get_bus_num();
- i2c_set_bus_num(1);
+ i2c_set_bus_num(1);
val8 = 0;
i2c_write(0x23, 0x6, 1, &val8, 1);