projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[rdc] correct flash size and detection for sitecom targets (#6278), patch from rtz
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
arch
/
mips
/
bcm63xx
/
dev-pcmcia.c
diff --git
a/target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-pcmcia.c
b/target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-pcmcia.c
index
40ec4bc
..
6bb911c
100644
(file)
--- a/
target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-pcmcia.c
+++ b/
target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-pcmcia.c
@@
-106,7
+106,7
@@
int __init bcm63xx_pcmcia_register(void)
break;
case BCM6358_CPU_ID:
- pd.ready_gpio =
22
;
+ pd.ready_gpio =
18
;
break;
default:
This page took
0.029921 seconds
and
4
git commands to generate.