Loading arch/mips/alchemy/mtx-1/board_setup.c +1 −2 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ void __init board_setup(void) #else au_writel(0xf, Au1500_PCI_CFG); #endif board_pci_idsel = mtx1_pci_idsel; #endif /* Initialize sys_pinfunc */ Loading @@ -85,8 +86,6 @@ void __init board_setup(void) alchemy_gpio_direction_output(211, 1); /* green on */ alchemy_gpio_direction_output(212, 0); /* red off */ board_pci_idsel = mtx1_pci_idsel; printk(KERN_INFO "4G Systems MTX-1 Board\n"); } Loading Loading
arch/mips/alchemy/mtx-1/board_setup.c +1 −2 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ void __init board_setup(void) #else au_writel(0xf, Au1500_PCI_CFG); #endif board_pci_idsel = mtx1_pci_idsel; #endif /* Initialize sys_pinfunc */ Loading @@ -85,8 +86,6 @@ void __init board_setup(void) alchemy_gpio_direction_output(211, 1); /* green on */ alchemy_gpio_direction_output(212, 0); /* red off */ board_pci_idsel = mtx1_pci_idsel; printk(KERN_INFO "4G Systems MTX-1 Board\n"); } Loading