On Sun, 20 Jun 2021 at 20:55, Samuel Holland <sam...@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 <sba...@denx.de>
> Cc: Fabio Estevam <feste...@gmail.com>
> Cc: "NXP i.MX U-Boot Team" <uboot-...@nxp.com>
> Cc: Stefan Roese <s...@denx.de>
> Cc: Simon Glass <s...@chromium.org>
> Signed-off-by: Samuel Holland <sam...@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 <s...@chromium.org>

if you add help to the MKIMAGE_LINK_OPENSSL Kcofig

Reply via email to