[PATCH] mkimage: Don't disable encryption based on CONFIG_FIT_CIPHER

Simon Glass sjg at chromium.org
Thu Sep 30 03:41:43 CEST 2021


On Thu, 26 Aug 2021 at 15:55, Alexandru Gagniuc <mr.nuke.me at gmail.com> wrote:
>
> We want the u-boot tools to be target agnostic, as explained in commit
> cb9faa6f98ae (" tools: Use a single target-independent config to
> enable OpenSSL")
>
> Making mkimage features depend on CONFIG_FIT_CIPHER is contrary to
> that goal. Thus, always enable cihper features in mkimage, and ignore
> the value of CONFIG_FIT_CIPHER for host-only code.
>
> Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
> ---
>  include/image.h    | 5 -----
>  tools/image-host.c | 2 +-
>  2 files changed, 1 insertion(+), 6 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

This is removed also by my recent part B series.


More information about the U-Boot mailing list