diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-01 22:13:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-01 22:13:34 -0400 |
commit | ac378bb05fa3cac3197085431f577e0dbddd4b4a (patch) | |
tree | aa16e2990b97bd5d2f1358a63e906963a55bc8ce /lib/efi_loader/efi_boottime.c | |
parent | 168de20f3b6ccefef0ff5757fa5310f47a95c2f0 (diff) | |
parent | 40144260a9c8c5228500824ad9b7b19597a4bb0b (diff) |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'lib/efi_loader/efi_boottime.c')
-rw-r--r-- | lib/efi_loader/efi_boottime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c index 50d311548e2..261d66d97f7 100644 --- a/lib/efi_loader/efi_boottime.c +++ b/lib/efi_loader/efi_boottime.c @@ -43,7 +43,7 @@ static bool efi_is_direct_boot = true; * In most cases we want to pass an FDT to the payload, so reserve one slot of * config table space for it. The pointer gets populated by do_bootefi_exec(). */ -static struct efi_configuration_table __efi_runtime_data efi_conf_table[2]; +static struct efi_configuration_table __efi_runtime_data efi_conf_table[16]; #ifdef CONFIG_ARM /* |