mkimage: Move padding commands outside of FIT_SIGNATURE
authorJoel Stanley <joel@jms.id.au>
Tue, 8 Dec 2020 04:12:15 +0000 (14:42 +1030)
committerTom Rini <trini@konsulko.com>
Fri, 22 Jan 2021 21:17:53 +0000 (16:17 -0500)
commit603e26f76346a36594eda78daa2b7d95ce96b497
tree32f92d325af649c2e2b2a62b1db5c8cf2882a541
parent93af80f3e8fb6fcbfb851a6dc384999a61ddaedb
mkimage: Move padding commands outside of FIT_SIGNATURE

These commands were disabled when CONFIG_FIT_SIGNATURE is disabled, but
they do not depend on crypto support so they can be unconditionally
enabled.

Signed-off-by: Joel Stanley <joel@jms.id.au>
tools/mkimage.c