mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
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:
parent
5aae021c30
commit
6072703dc9
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ static int distro_efi_read_bootflow(struct udevice *dev, struct bootflow *bflow)
|
||||||
return 0;
|
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;
|
ulong kernel, fdt;
|
||||||
char cmd[50];
|
char cmd[50];
|
||||||
|
|
Loading…
Add table
Reference in a new issue