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

2022-03-02 Thread Simon Glass
On Fri, 25 Feb 2022 at 07:58, Philippe Reynes wrote: > > This commit adds the options: > - SPL_ASN1_DECODER > - SPL_OID_REGISTRY > > Signed-off-by: Philippe Reynes > --- > lib/Kconfig | 19 +++ > lib/Makefile | 4 ++-- > 2 files changed, 21 insertions(+), 2 deletions(-)

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

2022-02-25 Thread Philippe Reynes
This commit adds the options: - SPL_ASN1_DECODER - SPL_OID_REGISTRY 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 e749826f22..effe735365 100644 ---