
On Sun, 20 Jun 2021 at 20:55, Samuel Holland samuel@sholland.org wrote:
Some mkimage features require linking with OpenSSL. Instead of linking OpenSSL based on the individual platform symbols, create a single Kconfig symbol which can be selected by platforms as necessary. Then, all OpenSSL-dependent image types can be enabled at once.
Cc: Stefano Babic sbabic@denx.de Cc: Fabio Estevam festevam@gmail.com Cc: "NXP i.MX U-Boot Team" uboot-imx@nxp.com Cc: Stefan Roese sr@denx.de Cc: Simon Glass sjg@chromium.org Signed-off-by: Samuel Holland samuel@sholland.org
arch/arm/mach-imx/mxs/Kconfig | 2 ++ arch/arm/mach-mvebu/Kconfig | 1 + common/Kconfig.boot | 2 ++ scripts/config_whitelist.txt | 1 - tools/Kconfig | 3 +++ tools/Makefile | 22 +++++++--------------- tools/mxsimage.c | 3 --- 7 files changed, 15 insertions(+), 19 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
if you add help to the MKIMAGE_LINK_OPENSSL Kcofig