boot: Drop an unwanted blank line in distro_efi_boot()

This crept in a while back, so let's drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 184fc0379d ("bootflow: bootmeth_efi: Handle fdt not available.")
This commit is contained in:
Simon Glass
2025-09-02 06:26:51 -06:00
parent c9b4950ed5
commit e196abb182

View File

@@ -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))