commit | c6189b5ee709759a03a5fcde1d839cc1bb01d2f4 | [log] [tgz] |
---|---|---|
author | Kelvin Cheung <keguang.zhang@gmail.com> | Wed May 02 18:07:18 2018 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sun May 06 13:35:40 2018 -0400 |
tree | 8f23f4a92cc26f94981e7f04d7e7d23c635039c6 | |
parent | 00344c47804e19196cfe34279a1fc667316548ca [diff] |
Kconfig: Add dependency on HASH to verified boot Building with verified boot support requires hash, add that dependency here. Otherwise the following build error will come out without crc command. LD u-boot lib/built-in.o: In function `hash_calculate': lib/rsa/rsa-checksum.c:29: undefined reference to `hash_progressive_lookup_algo' ... make[1]: *** [u-boot] Error 1 Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>