
24 Oct
2021
24 Oct
'21
9:53 p.m.
On Fri, 15 Oct 2021 at 03:35, Philippe Reynes philippe.reynes@softathome.com wrote:
The padding pss is only supported on u-boot and tools since commit 2bbed3ff8c7f ("image: Use Kconfig to enable FIT_RSASSA_PSS on host")
This commit adds the config SPL_FIT_RSASSA_PSS to support the padding pss in the SPL.
Signed-off-by: Philippe Reynes philippe.reynes@softathome.com
common/Kconfig.boot | 7 +++++++ 1 file changed, 7 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org