aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.33/800-fix_cfe_detection.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2010-03-08 22:03:00 +0000
committerHauke Mehrtens <hauke@openwrt.org>2010-03-08 22:03:00 +0000
commit7bd8de508c3d826e0355a908f1481a1fac816fd7 (patch)
tree58299fe7250094ec93ef66f1dc3e05cd8235c14c /target/linux/brcm47xx/patches-2.6.33/800-fix_cfe_detection.patch
parentc46b878186ed031d0b21ef71d5d9956039ac91c7 (diff)
downloadmaster-187ad058-7bd8de508c3d826e0355a908f1481a1fac816fd7.tar.gz
master-187ad058-7bd8de508c3d826e0355a908f1481a1fac816fd7.tar.bz2
master-187ad058-7bd8de508c3d826e0355a908f1481a1fac816fd7.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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20072 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)
{