
2 Sep
2025
2 Sep
'25
3:21 p.m.
From: Simon Glass <sjg@chromium.org> This crept in a while back, so let's drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 184fc0379dd ("bootflow: bootmeth_efi: Handle fdt not available.") --- boot/bootmeth_efi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/bootmeth_efi.c b/boot/bootmeth_efi.c index 6903734c546..09c4d2c0647 100644 --- a/boot/bootmeth_efi.c +++ b/boot/bootmeth_efi.c @@ -317,7 +317,6 @@ static int distro_efi_boot(struct udevice *dev, struct bootflow *bflow) */ if (bflow->flags & ~BOOTFLOWF_USE_BUILTIN_FDT) fdt = bflow->fdt_addr; - } if (efi_bootflow_run(bflow)) -- 2.43.0