aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-11 19:52:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-11 19:52:54 +0000
commitf31d10db4779d78c7c5127b3074d3a68317586e0 (patch)
tree065a61269b15dd4c71a2a9954d53fb947b35ca06 /target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
parent86e00f170d83152631bb41916ef058d89d7c9018 (diff)
downloadmaster-187ad058-f31d10db4779d78c7c5127b3074d3a68317586e0.tar.gz
master-187ad058-f31d10db4779d78c7c5127b3074d3a68317586e0.tar.bz2
master-187ad058-f31d10db4779d78c7c5127b3074d3a68317586e0.zip
ar71xx: om2p-hs: use correct bit mask to disable JTAG functionality
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35966 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
index f6165273d8..8adac0f65f 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
@@ -187,7 +187,7 @@ static void __init om2p_hs_setup(void)
/* enable reset button */
ath79_gpio_output_select(OM2P_GPIO_BTN_RESET, AR934X_GPIO_OUT_GPIO);
- ath79_gpio_function_enable(AR933X_GPIO_FUNC_JTAG_DISABLE);
+ ath79_gpio_function_enable(AR934X_GPIO_FUNC_JTAG_DISABLE);
om2p_leds_gpio[4].gpio = OM2P_GPIO_LED_WAN;
om2p_leds_gpio[5].gpio = OM2P_GPIO_LED_LAN;