Browse Source

Fix typo in AGPF_S0 reset button definition

SVN-Revision: 19160
Daniel Dickinson 16 years ago
parent
commit
f623119680

+ 1 - 1
target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c

@@ -606,7 +606,7 @@ static struct board_info __initdata board_AGPFS0 = {
 		},
 	},
 
-	.reset_btn = 37; /* sw2 */
+	.reset_btn = 37, /* sw2 */
 	/* sw1 is connected to gpio34*/
 };