diff options
author | Simon Glass <sjg@chromium.org> | 2021-07-14 17:05:31 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-16 12:58:55 -0400 |
commit | ad74aed11e1dfe39b7f32dd855859abaf51d33f0 (patch) | |
tree | b06b66babbe8c7860cebad5e558e65d96707003c /include/image.h | |
parent | f5bc9c25f3159db2e420cdcff974980a5258a44f (diff) | |
download | u-boot-ad74aed11e1dfe39b7f32dd855859abaf51d33f0.tar.gz u-boot-ad74aed11e1dfe39b7f32dd855859abaf51d33f0.tar.bz2 u-boot-ad74aed11e1dfe39b7f32dd855859abaf51d33f0.zip |
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 'include/image.h')
-rw-r--r-- | include/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h index bf92f6235d..b242007b9c 100644 --- a/include/image.h +++ b/include/image.h @@ -30,7 +30,7 @@ struct fdt_region; #define IMAGE_ENABLE_FIT 1 #define IMAGE_ENABLE_OF_LIBFDT 1 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */ -#define CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT 1 +#define CONFIG_FIT_RSASSA_PSS 1 #define CONFIG_FIT_SHA256 #define CONFIG_FIT_SHA384 #define CONFIG_FIT_SHA512 |