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

2021-09-29 Thread Simon Glass
On Thu, 26 Aug 2021 at 15:55, Alexandru Gagniuc 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

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

2021-08-26 Thread Alexandru Gagniuc
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 valu