]> git.sur5r.net Git - u-boot/commit
efi_loader: Pass fdt address directly to bootefi cmd
authorAlexander Graf <agraf@suse.de>
Thu, 14 Apr 2016 14:07:53 +0000 (16:07 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 18 Apr 2016 21:11:49 +0000 (17:11 -0400)
commit1c39809b92c217877e160ee91a82743c9d4f3ed1
treec190fa201099324ea5f9f6303bfd3bbdf15c711a
parent0c4b3880c1113276c6949effdd88d28578ab8ed5
efi_loader: Pass fdt address directly to bootefi cmd

The bootefi cmd today fetches its device tree pointer from either the
location appointed by "fdt addr" with a fallback to the U-Boot control
fdt.

This integration is unusual for U-Boot and diverges from the way we
usually handle parameters to boot commands. So let's pass the fdt
directly into the bootefi command instead and move the control fdt
logic into the distro boot script.

Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
cmd/bootefi.c
include/config_distro_bootcmd.h