1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

brcm47xx: fix commit r18413 "128MB ram problem"

The patch commited in r18413 was wrong.
This patch prevents prom_init_mem from scanning over 128MB ram.
This is from #6765 and #3177

Refresh all patches


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20072 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2010-03-08 22:03:00 +00:00
parent c60251a7a0
commit 2c2e1ade7c
11 changed files with 146 additions and 61 deletions

View File

@@ -90,7 +90,7 @@
{
static char buf[COMMAND_LINE_SIZE] __initdata;
@@ -154,9 +130,12 @@ static __init void prom_init_mem(void)
@@ -160,9 +136,12 @@ static __init void prom_init_mem(void)
void __init prom_init(void)
{