Re: [PATCH v8 04/15] lib: allow to build asn1 decoder and oid registry in SPL

2022-03-31 Thread Tom Rini
On Mon, Mar 28, 2022 at 10:56:56PM +0200, Philippe Reynes wrote: > This commit adds the options: > - SPL_ASN1_DECODER > - SPL_OID_REGISTRY > > Reviewed-by: Simon Glass > Signed-off-by: Philippe Reynes Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v8 04/15] lib: allow to build asn1 decoder and oid registry in SPL

2022-03-28 Thread Philippe Reynes
This commit adds the options: - SPL_ASN1_DECODER - SPL_OID_REGISTRY Reviewed-by: Simon Glass Signed-off-by: Philippe Reynes --- lib/Kconfig | 19 +++ lib/Makefile | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig b/lib/Kconfig index