[new uImage] Cleanup FDT handling in PPC do_boot_linux()
authorMarian Balakowicz <m8@semihalf.com>
Thu, 31 Jan 2008 12:58:20 +0000 (13:58 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:13:00 +0000 (01:13 +0100)
commit7b325454fd231d4273de3fe373850f777fb086bf
treed8fb1f85e163aa54d680c016e84c146246a57dcd
parentb6b0fe6460b7063ac60b9a3531ef210aedb31451
[new uImage] Cleanup FDT handling in PPC do_boot_linux()

Move FDT blob finding and relocation to a dedicated
get_fdt() routine. It increases code readability and
will make adding support for new uImage format easier.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
lib_ppc/bootm.c