]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb8da7249a454540db72c1728e60a32e136d9e2fa
treed62e0ad712ca0d7cb3ba9d2668c237b3e431e54c
parent07e9f98535202f894a7c6cb48d0b828d6ca902b7
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