Skip to content
Snippets Groups Projects
Commit 0832dd29 authored by Alexander Graf's avatar Alexander Graf Committed by Heinrich Schuchardt
Browse files

efi_loader: Ignore DT when ACPI is on


For targets that enable ACPI, we should not pass Device Trees into
the payload. However, our distro boot logic always passes the builtin
DT as an argument.

To make it easy to use ACPI with distro boot, let's just ignore the DT
argument to bootefi when ACPI is enabled. That way, we can successfully
distro boot payloads on ACPI enabled targets.

Signed-off-by: default avatarAlexander Graf <agraf@csgraf.de>
Reviewed-by: default avatarMark Kettenis <kettenis@openbsd.org>
Reviewed-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
parent bfffb9f8
No related merge requests found
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