summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/arch/mips
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-01-16 03:13:56 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-01-16 03:13:56 +0000
commitf6231196805584c7d9789761cceb2febc76bf4e4 (patch)
tree8d578640adb369f2ae8407cc08abf6b9829a2cc9 /target/linux/brcm63xx/files/arch/mips
parent393835a5d956102d3f91510a3e033950f8d1ab43 (diff)
downloadmaster-31e0f0ae-f6231196805584c7d9789761cceb2febc76bf4e4.tar.gz
master-31e0f0ae-f6231196805584c7d9789761cceb2febc76bf4e4.tar.bz2
master-31e0f0ae-f6231196805584c7d9789761cceb2febc76bf4e4.zip
Fix typo in AGPF_S0 reset button definition
SVN-Revision: 19160
Diffstat (limited to 'target/linux/brcm63xx/files/arch/mips')
-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 ba5719045e..d2ecc8486b 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*/
};