[PATCH v1 0/2] Fix host tools build without LIBCRYPTO support

Paul-Erwan Rio paulerwan.rio at gmail.com
Sat Jan 21 16:47:40 CET 2023


A target-independent configuration exists to enable/disable crypto feature
when building the host tools. But the crypto-free build is broken.


Paul-Erwan Rio (2):
  tools: kwbimage: disable secure boot build without LIBCRYPTO support
  tools: fix build without LIBCRYPTO support

 include/image.h    |  2 +-
 tools/Kconfig      |  1 +
 tools/fit_image.c  |  2 +-
 tools/image-host.c |  2 ++
 tools/kwbimage.c   | 18 ++++++++++++++++++
 tools/mkimage.c    |  5 +++--
 6 files changed, 26 insertions(+), 4 deletions(-)

-- 
2.39.0



More information about the U-Boot mailing list