bootmeth: efi: Make distro_efi_boot() static
As it is only called in bootmeth_efi.c Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
5aae021c30
commit
6072703dc9
+1
-1
@@ -409,7 +409,7 @@ static int distro_efi_read_bootflow(struct udevice *dev, struct bootflow *bflow)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int distro_efi_boot(struct udevice *dev, struct bootflow *bflow)
|
||||
static int distro_efi_boot(struct udevice *dev, struct bootflow *bflow)
|
||||
{
|
||||
ulong kernel, fdt;
|
||||
char cmd[50];
|
||||
|
||||
Reference in New Issue
Block a user