diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-03-08 22:03:00 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-03-08 22:03:00 +0000 |
commit | 3f0dc5c30fa136abfd5356c11d629030fdf23807 (patch) | |
tree | d1263332928f217d955a87fc1b65b4770ed6ee39 /target/linux/brcm47xx/patches-2.6.30/800-fix_cfe_detection.patch | |
parent | c0b9c9d4a9f75bd1d0694608b102e6fdf13b1b74 (diff) | |
download | upstream-3f0dc5c30fa136abfd5356c11d629030fdf23807.tar.gz upstream-3f0dc5c30fa136abfd5356c11d629030fdf23807.tar.bz2 upstream-3f0dc5c30fa136abfd5356c11d629030fdf23807.zip |
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
SVN-Revision: 20072
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.30/800-fix_cfe_detection.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.30/800-fix_cfe_detection.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.30/800-fix_cfe_detection.patch b/target/linux/brcm47xx/patches-2.6.30/800-fix_cfe_detection.patch index c3a8a5738a..50f911437c 100644 --- a/target/linux/brcm47xx/patches-2.6.30/800-fix_cfe_detection.patch +++ b/target/linux/brcm47xx/patches-2.6.30/800-fix_cfe_detection.patch @@ -90,7 +90,7 @@ { char buf[CL_SIZE]; -@@ -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) { |