summaryrefslogtreecommitdiff
path: root/board/mpc8349emds
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-11-30 17:02:20 (GMT)
committerWolfgang Denk <wd@denx.de>2006-11-30 17:02:20 (GMT)
commitdd520bf314c7add4183c5191692180f576f96b60 (patch)
treecf491729e5ca4a222a7fd7fe7205e5157de05f77 /board/mpc8349emds
parentab07b6c221da99442b6c93986ca30607c6289bf0 (diff)
downloadu-boot-fsl-qoriq-dd520bf314c7add4183c5191692180f576f96b60.tar.xz
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);