]> git.baikalelectronics.ru Git - uboot.git/commit
spl: crypto: fix including SHA* object files in SPL
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>
Wed, 23 Aug 2023 14:56:27 +0000 (17:56 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 28 Aug 2023 19:59:22 +0000 (15:59 -0400)
commitef4e74521fcc498d29d3df4ae85174c7b9c430dc
treee7dbadb295293ac1120793d86a9ea89793e4b118
parentf4387e818e713138e5b400078d3da3b9a044d8c8
spl: crypto: fix including SHA* object files in SPL

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: 0fc27b68584 ("spl: cypto: Bring back SPL_ versions of SHA")
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Reviewed-by: Tom Rini <trini@konsulko.com>
lib/Makefile