]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Tweak bootflow logic for device tree
authorSimon Glass <sjg@chromium.org>
Mon, 24 Apr 2023 01:49:44 +0000 (13:49 +1200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Apr 2023 12:43:04 +0000 (08:43 -0400)
commit9f8351659add391f656a890ca4cd1164baba10c8
tree65ffd6cb2f21b30aa2fcbd617bc834dde97cb14c
parent2356053a945899687e894a3e3b3de09dd9814bb8
bootstd: Tweak bootflow logic for device tree

We should only store the FDT filename if we were able to determine one.
Adjust the logic for this.

This corrects the case where no FDT is needed to boot, such as with EFI
using ACPI.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootmeth_efi.c