]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[new uImage] ppc: Re-order ramdisk/fdt handling sequence
authorKumar Gala <galak@kernel.crashing.org>
Thu, 28 Feb 2008 03:51:45 +0000 (21:51 -0600)
committerMarian Balakowicz <m8@semihalf.com>
Fri, 29 Feb 2008 11:30:14 +0000 (12:30 +0100)
commitd2bc095a639672def11d5d043b5688d0dbd692ec
treeae988a46d63f0960325d0deede07134370cacf3c
parent27953493ef025fb698d68c5dee39b36f01f4d530
[new uImage] ppc: Re-order ramdisk/fdt handling sequence

Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
however it does mean we have to go in and fixup the initrd info since
we don't know where it will be.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
lib_ppc/bootm.c