From: Florian Fainelli Date: Tue, 21 Apr 2009 08:25:13 +0000 (+0000) Subject: merge r15255 to 8.09 (fixed) X-Git-Tag: 8.09.1~106 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=64881fd5999c54cf43f6259f85d14d94126869c9;p=openwrt%2Fsvn-archive%2Fopenwrt.git merge r15255 to 8.09 (fixed) SVN-Revision: 15318 --- diff --git a/target/linux/brcm47xx/patches-2.6.25/400-arch-bcm47xx.patch b/target/linux/brcm47xx/patches-2.6.25/400-arch-bcm47xx.patch index fb69cc4aab..12695be8df 100644 --- a/target/linux/brcm47xx/patches-2.6.25/400-arch-bcm47xx.patch +++ b/target/linux/brcm47xx/patches-2.6.25/400-arch-bcm47xx.patch @@ -131,7 +131,7 @@ { int i = 0; -@@ -72,52 +102,141 @@ +@@ -72,52 +102,142 @@ } } @@ -274,6 +274,7 @@ + + 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;