]> git.baikalelectronics.ru Git - uboot.git/commit
tools: mkeficapsule: dont use malloc.h
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 5 Feb 2022 19:10:03 +0000 (20:10 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 5 Feb 2022 19:20:01 +0000 (20:20 +0100)
commit38aac3df5a3b78cc3807172691b86301f7b0adf7
tree7d4f13a4800ffdf132344be5ee10510fac33766d
parent7162407383577e13935196aee1cd0d7a47c17825
tools: mkeficapsule: dont use malloc.h

malloc() functions are declared via stdlib.h. Including  malloc.h can lead
to build errors e.g. on OS-X.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
tools/mkeficapsule.c