summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-02-06 00:16:38 +0300
committerTom Rini <trini@konsulko.com>2022-02-06 00:16:38 +0300
commitb5c5b9a0bee56030f9f05ece52334b5207b72673 (patch)
tree7d4f13a4800ffdf132344be5ee10510fac33766d /tools
parent3aaabfe9ff4bbcd11096513b1b28d1fb0a40800f (diff)
parent6bbe12f61c4f7208b428cc038170dc286c872a91 (diff)
downloadu-boot-b5c5b9a0bee56030f9f05ece52334b5207b72673.tar.xz
Merge tag 'efi-2022-04-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-04-rc2-2 UEFI * add unit test for RISCV_EFI_BOOT_PROTOCOL * disable UEFI for Colibri VF610 * add handle for UART * fix printing of Unicode strings * simplify enumeration of block devices
Diffstat (limited to 'tools')
-rw-r--r--tools/mkeficapsule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mkeficapsule.c b/tools/mkeficapsule.c
index 243fd6e483..d6e3725e5f 100644
--- a/tools/mkeficapsule.c
+++ b/tools/mkeficapsule.c
@@ -5,7 +5,6 @@
*/
#include <getopt.h>
-#include <malloc.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>