Re: [U-Boot] [PATCH] Kconfig: Add dependency on HASH to verified boot

2018-05-02 Thread Joe Hershberger
On Wed, May 2, 2018 at 5:07 AM, Kelvin Cheung wrote: > 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-chec

[U-Boot] [PATCH] Kconfig: Add dependency on HASH to verified boot

2018-05-02 Thread Kelvin Cheung
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' ..