summaryrefslogtreecommitdiff
path: root/configs/mt8516_pumpkin_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-15 01:05:29 +0300
committerTom Rini <trini@konsulko.com>2021-07-16 19:58:55 +0300
commit0003b8ada95068bef3522582fd7c211fb8b58e3c (patch)
tree398bfa8609a63b9803d45d9c802ee9ed117028e0 /configs/mt8516_pumpkin_defconfig
parentc39946a2e2d062025c9fc8b34587dfdd45fd8703 (diff)
downloadu-boot-0003b8ada95068bef3522582fd7c211fb8b58e3c.tar.xz
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>
Diffstat (limited to 'configs/mt8516_pumpkin_defconfig')
-rw-r--r--configs/mt8516_pumpkin_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mt8516_pumpkin_defconfig b/configs/mt8516_pumpkin_defconfig
index 945643ab25..cafad0ef62 100644
--- a/configs/mt8516_pumpkin_defconfig
+++ b/configs/mt8516_pumpkin_defconfig
@@ -13,7 +13,7 @@ CONFIG_DEBUG_UART_CLOCK=26000000
# CONFIG_PSCI_RESET is not set
CONFIG_DEBUG_UART=y
CONFIG_FIT=y
-# CONFIG_FIT_ENABLE_SHA256_SUPPORT is not set
+# CONFIG_FIT_SHA256 is not set
# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set
CONFIG_DEFAULT_FDT_FILE="mt8516-pumpkin"
# CONFIG_DISPLAY_BOARDINFO is not set