summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-10-07 00:15:07 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-10-07 00:15:07 +0000
commitdc1f0c32c7fc544b6b18a2235fd152c4dc6d693a (patch)
tree58857da640dc243c3fe9ed6a85d02842361550f3 /target/linux/atheros/files
parent7e6b7122f6b1fab960751e4769d7e317bb66c032 (diff)
don't register GPIO 0 as LED. it drives the chip select line of the SPI flash on most AR2317 boards. fixes strange jffs2 errors on bootup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12881 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/files')
-rw-r--r--target/linux/atheros/files/arch/mips/atheros/ar5315/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/files/arch/mips/atheros/ar5315/board.c b/target/linux/atheros/files/arch/mips/atheros/ar5315/board.c
index 0ac7d0036..fad5783c5 100644
--- a/target/linux/atheros/files/arch/mips/atheros/ar5315/board.c
+++ b/target/linux/atheros/files/arch/mips/atheros/ar5315/board.c
@@ -236,7 +236,7 @@ int __init ar5315_init_devices(void)
#ifdef CONFIG_LEDS_GPIO
ar5315_led_data.num_leds = 0;
- for(i = 0; i < 8; i++)
+ for(i = 1; i < 8; i++)
{
if((i != AR5315_RESET_GPIO) && (i != bcfg->resetConfigGpio))
{