summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-16 03:13:56 +0000
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-16 03:13:56 +0000
commitc3204b544a9c7009d0148a8c2a2e4c7eb7ed35ee (patch)
tree3aa2247cb04d51121b9d87604b60117e59408cb6 /target
parent2da653df8953b2d534136abb873da247c2ea55d3 (diff)
Fix typo in AGPF_S0 reset button definition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19160 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
index ba5719045..d2ecc8486 100644
--- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/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*/
};