[PATCH 04/34] test: Make UT_LIB_ASN1 depend on sandbox
Simon Glass
sjg at chromium.org
Mon Oct 2 03:15:14 CEST 2023
This doesn't seem to work on a real board, so use the test on sandbox
only.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
test/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/Kconfig b/test/Kconfig
index 830245b6f9a9..69d63a5ff7dd 100644
--- a/test/Kconfig
+++ b/test/Kconfig
@@ -31,6 +31,7 @@ if UT_LIB
config UT_LIB_ASN1
bool "Unit test for asn1 compiler and decoder function"
+ depends on SANDBOX
default y
imply ASYMMETRIC_KEY_TYPE
imply ASYMMETRIC_PUBLIC_KEY_SUBTYPE
--
2.42.0.582.g8ccd20d70d-goog
More information about the U-Boot
mailing list