commit | 6cdd2bdfb9e2449f1c8a0f729cdf9cfd733dd63f | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 23 11:45:12 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Aug 23 15:51:18 2006 +1000 |
tree | 49b7507b83c82c26f2f0ab5bd1833460b3baac28 | |
parent | 5db9fa9593e2ff69f2b95f9d59229dc4faaa564d [diff] |
[POWERPC] Fix BootX booting with an initrd The bootx_init.c trampoline didn't properly add the ramdisk to the "reserve map" (list of reserved areas of memory), thus causing all sorts of failures when using BootX with an initrd. Also fixes a possible problem if the ramdisk is located before the device-tree passed by BootX. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>