diff options
| author | Tom Rini <trini@konsulko.com> | 2020-12-31 22:28:09 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-12-31 22:28:09 -0500 |
| commit | c86b18074c9d40bfa63cda1068b6dfb810d4377d (patch) | |
| tree | 391c7d8705d38ff7f059c242b514a2cc1fdecc97 /include/efi_variable.h | |
| parent | 958b9e2482538ebfeb2e1161257603d4dec498cb (diff) | |
| parent | c35df7c9e43eaf5f8bf2113a58ea257291988589 (diff) | |
| download | u-boot-c86b18074c9d40bfa63cda1068b6dfb810d4377d.tar.gz u-boot-c86b18074c9d40bfa63cda1068b6dfb810d4377d.tar.xz u-boot-c86b18074c9d40bfa63cda1068b6dfb810d4377d.zip | |
Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next
Pull request for UEFI sub-system for next
* UEFI capsule authentication
* UEFI capsule update on QEMU ARM
* fsuuid command for FAT file system
* bug fixes
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 4704a3c16e..bf5076233e 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 |
