From: Benjamin Herrenschmidt Date: Wed, 23 Aug 2006 01:45:12 +0000 (+1000) Subject: [POWERPC] Fix BootX booting with an initrd X-Git-Tag: v2.6.18-rc5~63^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cdd2bdfb9e2449f1c8a0f729cdf9cfd733dd63f;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed