summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.31/800-fix_cfe_detection.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-08 22:03:00 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-08 22:03:00 +0000
commit2c2e1ade7ce90e731ab9645eed3546db1e4ed6f3 (patch)
tree58299fe7250094ec93ef66f1dc3e05cd8235c14c /target/linux/brcm47xx/patches-2.6.31/800-fix_cfe_detection.patch
parentc60251a7a0c76c871bfbf1e062e44b1c6cf840af (diff)
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.31/800-fix_cfe_detection.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.31/800-fix_cfe_detection.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.31/800-fix_cfe_detection.patch b/target/linux/brcm47xx/patches-2.6.31/800-fix_cfe_detection.patch
index c3a8a5738..50f911437 100644
--- a/target/linux/brcm47xx/patches-2.6.31/800-fix_cfe_detection.patch
+++ b/target/linux/brcm47xx/patches-2.6.31/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)
{