Commit 39d2211d authored by Ralf Baechle's avatar Ralf Baechle

MIPS: MTX-1: Fix build if CONFIG_PCI is disabled.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 72838a17
...@@ -69,6 +69,7 @@ void __init board_setup(void) ...@@ -69,6 +69,7 @@ void __init board_setup(void)
#else #else
au_writel(0xf, Au1500_PCI_CFG); au_writel(0xf, Au1500_PCI_CFG);
#endif #endif
board_pci_idsel = mtx1_pci_idsel;
#endif #endif
/* Initialize sys_pinfunc */ /* Initialize sys_pinfunc */
...@@ -85,8 +86,6 @@ void __init board_setup(void) ...@@ -85,8 +86,6 @@ void __init board_setup(void)
alchemy_gpio_direction_output(211, 1); /* green on */ alchemy_gpio_direction_output(211, 1); /* green on */
alchemy_gpio_direction_output(212, 0); /* red off */ alchemy_gpio_direction_output(212, 0); /* red off */
board_pci_idsel = mtx1_pci_idsel;
printk(KERN_INFO "4G Systems MTX-1 Board\n"); printk(KERN_INFO "4G Systems MTX-1 Board\n");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment