]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: Call fdt preparation functions
authorAlexander Graf <agraf@suse.de>
Fri, 4 Mar 2016 00:10:13 +0000 (01:10 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 16 Mar 2016 01:30:14 +0000 (21:30 -0400)
commitdea2174d9d941db2ec64997779771a4b4c3527c2
tree022730c8f59c7722d981c593177209818a88c7f1
parentcc4a474873ecf79775bef6b2e73a8b0c7e13b95f
efi_loader: Call fdt preparation functions

We have a nice framework around image fils to prepare a device tree
for OS execution. That one patches in missing device tree nodes and
fixes up the memory range bits.

We need to call that one from the EFI boot path too to get all those
nice fixups. This patch adds the call.

Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
common/image-fdt.c