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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user