aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.33/800-fix_cfe_detection.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-03-08 22:03:00 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-03-08 22:03:00 +0000
commit3f0dc5c30fa136abfd5356c11d629030fdf23807 (patch)
treed1263332928f217d955a87fc1b65b4770ed6ee39 /target/linux/brcm47xx/patches-2.6.33/800-fix_cfe_detection.patch
parentc0b9c9d4a9f75bd1d0694608b102e6fdf13b1b74 (diff)
downloadupstream-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.33/800-fix_cfe_detection.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.33/800-fix_cfe_detection.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.33/800-fix_cfe_detection.patch b/target/linux/brcm47xx/patches-2.6.33/800-fix_cfe_detection.patch
index b828a25173..a298055708 100644
--- a/target/linux/brcm47xx/patches-2.6.33/800-fix_cfe_detection.patch
+++ b/target/linux/brcm47xx/patches-2.6.33/800-fix_cfe_detection.patch
@@ -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)
{