mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
test: Remove ASN1 library test
With MBEDTLS_LIB_X509 enabled, we don't build the original ASN1 lib, So remove it from test. Signed-off-by: Raymond Mao <raymond.mao@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
ab58c46584
commit
4e1ca0416b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if UT_LIB
|
|||
|
||||
config UT_LIB_ASN1
|
||||
bool "Unit test for asn1 compiler and decoder function"
|
||||
depends on SANDBOX
|
||||
depends on SANDBOX && !MBEDTLS_LIB_X509
|
||||
default y
|
||||
imply ASYMMETRIC_KEY_TYPE
|
||||
imply ASYMMETRIC_PUBLIC_KEY_SUBTYPE
|
||||
|
|
Loading…
Add table
Reference in a new issue