diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-03-08 22:03:00 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-03-08 22:03:00 +0000 |
commit | 7bd8de508c3d826e0355a908f1481a1fac816fd7 (patch) | |
tree | 58299fe7250094ec93ef66f1dc3e05cd8235c14c /target/linux/brcm47xx/patches-2.6.33/800-fix_cfe_detection.patch | |
parent | c46b878186ed031d0b21ef71d5d9956039ac91c7 (diff) | |
download | upstream-7bd8de508c3d826e0355a908f1481a1fac816fd7.tar.gz upstream-7bd8de508c3d826e0355a908f1481a1fac816fd7.tar.bz2 upstream-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.patch | 2 |
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) { |