commit | 25154b6de9619b0377328bbe7b8ec4ff25499722 | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Thu Jan 31 13:58:20 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Feb 07 01:13:00 2008 +0100 |
tree | d8fb1f85e163aa54d680c016e84c146246a57dcd | |
parent | 2efc264cbe94dd54a0221d47a7f7e495095ae010 [diff] |
[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>