From e196abb182fae00ecdda4dd8ce4cc5c3e2e5bc46 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 2 Sep 2025 06:26:51 -0600 Subject: [PATCH] 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 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))