summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8349itx/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc8349itx/pci.c')
-rw-r--r--board/freescale/mpc8349itx/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8349itx/pci.c b/board/freescale/mpc8349itx/pci.c
index 64259776c7..afc9df0923 100644
--- a/board/freescale/mpc8349itx/pci.c
+++ b/board/freescale/mpc8349itx/pci.c
@@ -71,7 +71,7 @@ void pci_init_board(void)
#endif
u8 reg8;
-#ifdef CONFIG_HARD_I2C
+#if defined(CONFIG_SYS_I2C)
i2c_set_bus_num(1);
/* Read the PCI_M66EN jumper setting */
if ((i2c_read(CONFIG_SYS_I2C_8574_ADDR2, 0, 0, &reg8, sizeof(reg8)) == 0) ||