diff options
| author | Tom Rini <[email protected]> | 2021-02-27 08:06:10 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-02-27 08:06:10 -0500 |
| commit | 9935050b443a7beda368e7fedb1f8611653eeedb (patch) | |
| tree | abb9031f6343ebf18ac7e28391a65704c72c9adf /tools | |
| parent | 08cca188c120b8337600091c94dc0e211cd03e10 (diff) | |
| parent | a2c3f1bca4bf21371d041d1de589039aa3459e91 (diff) | |
Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-04-rc3-2
Bug fixes:
* debug build for mkeficapsule
* limit output length for VenHw, VenMedia
* ACPI tables must be in EfiACPIReclaimMemory
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mkeficapsule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkeficapsule.c b/tools/mkeficapsule.c index 162494907a8..1613e74ca73 100644 --- a/tools/mkeficapsule.c +++ b/tools/mkeficapsule.c @@ -263,7 +263,7 @@ static int create_fwbin(char *path, char *bin, efi_guid_t *guid, #ifdef DEBUG printf("For output: %s\n", path); - printf("\tbin: %s\n\ttype: %pUl\n" bin, guid); + printf("\tbin: %s\n\ttype: %pUl\n", bin, guid); printf("\tindex: %ld\n\tinstance: %ld\n", index, instance); #endif |
