Re: [PATCH] spl: crypto: fix including SHA* object files in SPL

2023-08-29 Thread Tom Rini
On Wed, Aug 23, 2023 at 05:56:27PM +0300, Oleksandr Suvorov wrote: > If one of SHA* algorithms is disabled in u-boot, its code is not > included in SPL even if a given SHA* option is enabled in SPL. Fix > this. > > Fixes: 603d15a572d ("spl: cypto: Bring back SPL_ versions of SHA") > Signed-off-by

Re: [PATCH] spl: crypto: fix including SHA* object files in SPL

2023-08-23 Thread Tom Rini
On Wed, Aug 23, 2023 at 05:56:27PM +0300, Oleksandr Suvorov wrote: > If one of SHA* algorithms is disabled in u-boot, its code is not > included in SPL even if a given SHA* option is enabled in SPL. Fix > this. > > Fixes: 603d15a572d ("spl: cypto: Bring back SPL_ versions of SHA") > Signed-off-by

[PATCH] spl: crypto: fix including SHA* object files in SPL

2023-08-23 Thread Oleksandr Suvorov
If one of SHA* algorithms is disabled in u-boot, its code is not included in SPL even if a given SHA* option is enabled in SPL. Fix this. Fixes: 603d15a572d ("spl: cypto: Bring back SPL_ versions of SHA") Signed-off-by: Oleksandr Suvorov --- lib/Makefile | 6 +++--- 1 file changed, 3 insertions