[Concept,09/18] boot: Drop an unwanted blank line in distro_efi_boot()

Message ID 20250902152158.2285264-10-sjg@u-boot.org
State New
Headers
Series efi: Improve integration of the app with a Shim environment |

Commit Message

Simon Glass Sept. 2, 2025, 3:21 p.m. UTC
  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(-)
  

Patch

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