projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm47xx] fix problem with 128MB ram.
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.28
/
400-arch-bcm47xx.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.28/400-arch-bcm47xx.patch
b/target/linux/brcm47xx/patches-2.6.28/400-arch-bcm47xx.patch
index
570f0ec
..
ef6b712
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.28/400-arch-bcm47xx.patch
+++ b/
target/linux/brcm47xx/patches-2.6.28/400-arch-bcm47xx.patch
@@
-4,7
+4,7
@@
select SSB_DRIVER_MIPS
select SSB_DRIVER_EXTIF
select SSB_EMBEDDED
select SSB_DRIVER_MIPS
select SSB_DRIVER_EXTIF
select SSB_EMBEDDED
-+ select SSB_B43_PCI_BRIDGE
++ select SSB_B43_PCI_BRIDGE
if PCI
select SSB_PCICORE_HOSTMODE if PCI
select GENERIC_GPIO
select SYS_HAS_EARLY_PRINTK
select SSB_PCICORE_HOSTMODE if PCI
select GENERIC_GPIO
select SYS_HAS_EARLY_PRINTK
@@
-119,7
+119,7
@@
{
int i = 0;
{
int i = 0;
-@@ -73,52 +83,14
1
@@ static void str2eaddr(char *str, char *d
+@@ -73,52 +83,14
2
@@ static void str2eaddr(char *str, char *d
}
}
}
}
@@
-262,6
+262,7
@@
+
+ memset(&s, 0, sizeof(s));
+ s.line = i;
+
+ memset(&s, 0, sizeof(s));
+ s.line = i;
++ s.mapbase = (unsigned int) port->regs;
+ s.membase = port->regs;
+ s.irq = port->irq + 2;
+ s.uartclk = port->baud_base;
+ s.membase = port->regs;
+ s.irq = port->irq + 2;
+ s.uartclk = port->baud_base;
This page took
0.021236 seconds
and
4
git commands to generate.