From: juhosg Date: Mon, 11 Mar 2013 19:52:54 +0000 (+0000) Subject: ar71xx: om2p-hs: use correct bit mask to disable JTAG functionality X-Git-Tag: fast2504n-3.10.28-merged~3121 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=50061f54f450c5116ce081c742b82ef8aa06a74a;p=openwrt.git ar71xx: om2p-hs: use correct bit mask to disable JTAG functionality Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35966 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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;