diff options
author | Heinrich Schuchardt | 2020-04-15 18:46:21 +0200 |
---|---|---|
committer | Tom Rini | 2020-04-24 10:51:32 -0400 |
commit | 6441164dda7dac0c4039c90c329e973786c21b22 (patch) | |
tree | e8d5fad96c2d36ed611b5a96f8c01fb40f33347b /Kconfig | |
parent | 4f4d526f593de46a165342259c9cb9648c1e70d8 (diff) |
common: image_sign_info helper functions in SPL
Do not build image_sign_info helper functions in SPL if not needed.
Fixes: b983cc2da0ba ("lib: rsa: decouple rsa from FIT image verification")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -447,7 +447,7 @@ config SPL_FIT_SIGNATURE select SPL_FIT select SPL_RSA select SPL_RSA_VERIFY - select IMAGE_SIGN_INFO + select SPL_IMAGE_SIGN_INFO config SPL_LOAD_FIT bool "Enable SPL loading U-Boot as a FIT (basic fitImage features)" |