summaryrefslogtreecommitdiff
path: root/arch/arm/cpu
diff options
context:
space:
mode:
authorJonathan Gray <jsg@jsg.id.au>2020-05-15 15:20:34 +0300
committerTom Rini <trini@konsulko.com>2020-05-15 21:47:35 +0300
commit0ff042d836f2a40b2104d4501111fbb340293c5c (patch)
tree0f51ebb953672fe6aca310d7fa9d5642b6cc15f1 /arch/arm/cpu
parent7677fc08573550450dbd4728475b3f6bc3355b84 (diff)
downloadu-boot-0ff042d836f2a40b2104d4501111fbb340293c5c.tar.xz
rsa: don't use malloc.h in rsa-sign.c
stdlib.h is the header for malloc since at least c89/c90. There is no system malloc.h on OpenBSD and trying to use malloc.h here falls back to the U-Boot malloc.h breaking the build of qemu_arm64. Fixes: 336d4615f8 ("dm: core: Create a new header file for 'compat' features") Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Diffstat (limited to 'arch/arm/cpu')
0 files changed, 0 insertions, 0 deletions