diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-08 22:03:00 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-08 22:03:00 +0000 |
commit | 2c2e1ade7ce90e731ab9645eed3546db1e4ed6f3 (patch) | |
tree | 58299fe7250094ec93ef66f1dc3e05cd8235c14c /target/linux/brcm47xx/patches-2.6.32/800-fix_cfe_detection.patch | |
parent | c60251a7a0c76c871bfbf1e062e44b1c6cf840af (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.32/800-fix_cfe_detection.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.32/800-fix_cfe_detection.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.32/800-fix_cfe_detection.patch b/target/linux/brcm47xx/patches-2.6.32/800-fix_cfe_detection.patch index a8a14105e7..a9dc7c46bb 100644 --- a/target/linux/brcm47xx/patches-2.6.32/800-fix_cfe_detection.patch +++ b/target/linux/brcm47xx/patches-2.6.32/800-fix_cfe_detection.patch @@ -90,7 +90,7 @@ { static char buf[CL_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) { |