lib: rsa: consider CONFIG_SPL_RSA
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 19 Jan 2020 08:26:22 +0000 (09:26 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 25 Jan 2020 17:04:36 +0000 (12:04 -0500)
commit1b27753a963071165e12afa4a7516096881184be
tree556fd34a4503ce19f9d6857d66c8b3962ff19632
parentdae188e6839aa678f1ab4518d92b7eda7277fedf
lib: rsa: consider CONFIG_SPL_RSA

CONFIG_SPL_RSA is meant to control if lib/rsa/* is used for SPL. Adjust
lib/Makefile to consider this setting.

This was correctly setup with commit 51c14cd128f4 ("verified-boot: Minimal
support for booting U-Boot proper from SPL") and got lost with commit
089df18bfe9d ("lib: move hash CONFIG options to Kconfig").

Fixes: 089df18bfe9d ("lib: move hash CONFIG options to Kconfig")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/Makefile