Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATURE
authorKlaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Tue, 9 Feb 2021 18:41:53 +0000 (15:41 -0300)
committerTom Rini <trini@konsulko.com>
Wed, 24 Feb 2021 21:51:48 +0000 (16:51 -0500)
commit6ce28132b88a95eb6d4e67c594270f0825d6dad8
treed62e0ad712ca0d7cb3ba9d2668c237b3e431e54c
parentc65365d7add59b35a4fdde5807a7afb5503e7a40
Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATURE

Selecting SPL_FIT_SIGNATURE (without selecting U-boot proper
verified boot first) breaks the build due to
CONFIG_FIT_SIGNATURE_MAX_SIZE being undefined, in addition to Kconfig
warnings on RSA and IMAGE_SIGN_INFO unmet dependencies.

Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
common/Kconfig.boot