commit | 6ce28132b88a95eb6d4e67c594270f0825d6dad8 | [log] [tgz] |
---|---|---|
author | Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> | Tue Feb 09 15:41:53 2021 -0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 24 16:51:48 2021 -0500 |
tree | d62e0ad712ca0d7cb3ba9d2668c237b3e431e54c | |
parent | c65365d7add59b35a4fdde5807a7afb5503e7a40 [diff] |
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>