Skip to content
Snippets Groups Projects
Commit 535adee8 authored by Kelvin Cheung's avatar Kelvin Cheung Committed by Tom Rini
Browse files

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: default avatarKelvin Cheung <keguang.zhang@gmail.com>
Reviewed-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent ebf48500
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment