diff options
author | Tom Rini <trini@konsulko.com> | 2020-12-20 14:55:59 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-20 14:55:59 -0500 |
commit | 46a4d752034646b7c10178988c08b85c08b44bf6 (patch) | |
tree | a54859b7ccfca56d96df727b7801763d3ac9047f /include/efi_variable.h | |
parent | 549e7cb70843d4729524cbb03fe3a4b5dab42d94 (diff) | |
parent | 77504ee6764994f18039f7f634a419a1606296b0 (diff) |
Merge tag 'efi-2021-01-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2021-01-rc4
* Provide a tool to create a file with UEFI variables to preseed UEFI
variable store.
* Make size of UEFI variable store configurable.
* Add man pages for commands 'bootefi' and 'button'.
Diffstat (limited to 'include/efi_variable.h')
-rw-r--r-- | include/efi_variable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_variable.h b/include/efi_variable.h index 4704a3c16e6..bf5076233e4 100644 --- a/include/efi_variable.h +++ b/include/efi_variable.h @@ -91,7 +91,7 @@ efi_status_t efi_query_variable_info_int(u32 attributes, #define EFI_VAR_FILE_NAME "ubootefi.var" -#define EFI_VAR_BUF_SIZE 0x4000 +#define EFI_VAR_BUF_SIZE CONFIG_EFI_VAR_BUF_SIZE /* * This constant identifies the file format for storing UEFI variables in |