Re: [PATCH 1/1] net: disable MBEDTLS in SPL

2024-12-07 Thread Tom Rini
On Fri, 06 Dec 2024 12:37:09 +0100, Heinrich Schuchardt wrote: > Building SPL fails with MBEDTLS enabled. > Currently we don't need it there. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 1/1] net: disable MBEDTLS in SPL

2024-12-06 Thread Jerome Forissier
On 12/6/24 12:37, Heinrich Schuchardt wrote: > Building SPL fails with MBEDTLS enabled. > Currently we don't need it there. > > Signed-off-by: Heinrich Schuchardt > --- > include/u-boot/md5.h | 6 -- > include/u-boot/sha1.h | 5 +++-- > include/u-boot/sha256.h| 5 +++-- >

[PATCH 1/1] net: disable MBEDTLS in SPL

2024-12-06 Thread Heinrich Schuchardt
Building SPL fails with MBEDTLS enabled. Currently we don't need it there. Signed-off-by: Heinrich Schuchardt --- include/u-boot/md5.h | 6 -- include/u-boot/sha1.h | 5 +++-- include/u-boot/sha256.h| 5 +++-- include/u-boot/sha512.h| 5 +++-- lib/Makefile