commit | c998de146061db17787c1a31a3db1989f1341fdf | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Oct 05 14:18:46 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Oct 06 21:10:41 2006 +1000 |
tree | 65ca1488ea5ad8af8b19366d2fbbe73597323bb9 | |
parent | 9938c474f39e416091db9993954996266a3f2edf [diff] |
[POWERPC] Fix zImage decompress location The zImage wrapper has a "hack" that force the decompression to happen above 20Mb for 64 bits kernels, to work around issues with some firmwares on the field. However, the new wrapper has a bug which makes that hack not work properly. This fixes it. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>