aboutsummaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-14 17:05:31 -0500
committerTom Rini <trini@konsulko.com>2021-07-16 12:58:55 -0400
commitad74aed11e1dfe39b7f32dd855859abaf51d33f0 (patch)
treeb06b66babbe8c7860cebad5e558e65d96707003c /configs/sandbox_defconfig
parentf5bc9c25f3159db2e420cdcff974980a5258a44f (diff)
downloadu-boot-ad74aed11e1dfe39b7f32dd855859abaf51d33f0.zip
u-boot-ad74aed11e1dfe39b7f32dd855859abaf51d33f0.tar.gz
u-boot-ad74aed11e1dfe39b7f32dd855859abaf51d33f0.tar.bz2
image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT
Drop the ENABLE and SUPPORT parts of this, which are redundant. 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/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index fc687e3..1655bb1 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -10,7 +10,7 @@ CONFIG_DEBUG_UART=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
-CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT=y
+CONFIG_FIT_RSASSA_PSS=y
CONFIG_FIT_CIPHER=y
CONFIG_FIT_VERBOSE=y
CONFIG_BOOTSTAGE=y