On Thu, 26 Aug 2021 at 15:55, Alexandru Gagniuc <mr.nuke...@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...@gmail.com> > --- > include/image.h | 5 ----- > tools/image-host.c | 2 +- > 2 files changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> This is removed also by my recent part B series.