Skip to content
Snippets Groups Projects
Commit 1c39809b authored by Alexander Graf's avatar Alexander Graf Committed by Tom Rini
Browse files

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: default avatarAlexander Graf <agraf@suse.de>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
parent 0c4b3880
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment