[PATCH 1/1] mbedtls: don't use non-existent CONFIG_TPL_LEGACY_CRYPTO.
Ilias Apalodimas
ilias.apalodimas at linaro.org
Wed Feb 25 09:09:52 CET 2026
On Wed, 25 Feb 2026 at 09:24, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Symbol CONFIG_TPL_LEGACY_CRYPTO does not exist.
> Don't select it.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> lib/mbedtls/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/lib/mbedtls/Kconfig b/lib/mbedtls/Kconfig
> index 789721ee6cd..1e0cf8579df 100644
> --- a/lib/mbedtls/Kconfig
> +++ b/lib/mbedtls/Kconfig
> @@ -556,7 +556,6 @@ choice
> config TPL_LEGACY_HASHING_AND_CRYPTO
> bool "legacy crypto libraries"
> select TPL_LEGACY_HASHING
> - select TPL_LEGACY_CRYPTO
>
> config TPL_MBEDTLS_LIB
> bool "MbedTLS libraries"
> --
> 2.51.0
>
More information about the U-Boot
mailing list