diff options
author | Philippe Reynes | 2018-11-14 13:51:03 +0100 |
---|---|---|
committer | Tom Rini | 2018-12-03 10:44:10 -0500 |
commit | b0ec829978817205bcc36425f1fe36b96f6379d4 (patch) | |
tree | f592c3eed65974dcbf83c101539230e705ce2deb /configs | |
parent | e83cf2fbfc939478fb62de32ee27edac2256982e (diff) |
configs: sandbox: enable padding pss for rsa signature
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 5a744f47917..1a767854984 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -5,6 +5,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_NR_DRAM_BANKS=1 CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y +CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT=y CONFIG_FIT_VERBOSE=y CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y |