diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-01-16 03:13:56 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-01-16 03:13:56 +0000 |
commit | f6231196805584c7d9789761cceb2febc76bf4e4 (patch) | |
tree | 8d578640adb369f2ae8407cc08abf6b9829a2cc9 /target | |
parent | 393835a5d956102d3f91510a3e033950f8d1ab43 (diff) | |
download | upstream-f6231196805584c7d9789761cceb2febc76bf4e4.tar.gz upstream-f6231196805584c7d9789761cceb2febc76bf4e4.tar.bz2 upstream-f6231196805584c7d9789761cceb2febc76bf4e4.zip |
Fix typo in AGPF_S0 reset button definition
SVN-Revision: 19160
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c | 2 |
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*/ }; |