]> git.baikalelectronics.ru Git - uboot.git/commit
common: Kconfig.boot: add config SPL_FIT_RSASSA_PSS
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 15 Oct 2021 09:35:03 +0000 (11:35 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 26 Oct 2021 19:26:45 +0000 (15:26 -0400)
commitdb397c1cc90878827a225a5e5bcf7ff8ebe36c97
tree2c892dac482c9580e02c3783a98e00e93c6c5a7c
parente01ea99e3dc75153e4792105e278010e9c1eba89
common: Kconfig.boot: add config SPL_FIT_RSASSA_PSS

The padding pss is only supported on u-boot and tools since
commit 68e41a1f79c1 ("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>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/Kconfig.boot