image: Shorten FIT_ENABLE_SHAxxx_SUPPORT
authorSimon Glass <sjg@chromium.org>
Wed, 14 Jul 2021 22:05:29 +0000 (17:05 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 16 Jul 2021 16:58:55 +0000 (12:58 -0400)
commit0003b8ada95068bef3522582fd7c211fb8b58e3c
tree398bfa8609a63b9803d45d9c802ee9ed117028e0
parentc39946a2e2d062025c9fc8b34587dfdd45fd8703
image: Shorten FIT_ENABLE_SHAxxx_SUPPORT

The ENABLE part of this name is redundant, since all boolean Kconfig
options serve to enable something. The SUPPORT part is also redundant
since Kconfigs can be assumed to enable support for something. Together
they just serve to make these options overly long and inconsistent
with other options.

Rename FIT_ENABLE_SHAxxx_SUPPORT to FIT_SHAxxx

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
common/Kconfig.boot
configs/mt8516_pumpkin_defconfig
include/image.h