On Fri, 15 Oct 2021 at 03:35, Philippe Reynes <philippe.rey...@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.rey...@softathome.com> > --- > common/Kconfig.boot | 7 +++++++ > 1 file changed, 7 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>