]> git.baikalelectronics.ru Git - uboot.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)
commitac10a43d0e8a5364cba0c93cec5d31f060ed1686
tree65ffd6cb2f21b30aa2fcbd617bc834dde97cb14c
parent9f9f9ee648b1f66bff5a74bd3980edcf53413d40
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