]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[new uImage] POWERPC: Split get_fdt() into get and relocate routines
authorMarian Balakowicz <m8@semihalf.com>
Mon, 4 Feb 2008 07:28:17 +0000 (08:28 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Wed, 27 Feb 2008 09:59:56 +0000 (10:59 +0100)
commitd2ced9eb19ec74f4a359949dbe353427fa6d55ca
tree55b44bd96ed626972d702e18a64d82b46f69a9bc
parentd5934ad7756f038a393a9cfab76a4fe306d9d930
[new uImage] POWERPC: Split get_fdt() into get and relocate routines

PPC specific FDT blob handling code is divided into two separate routines:

get_fdt() - find and verify a FDT blob (either raw or image embedded)
fdt_relocate() - move FDT blob to within BOOTMAP if needed

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
lib_ppc/bootm.c