diff options
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | 2020-02-21 15:13:01 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-03-12 08:20:39 -0400 |
commit | 2201fe70d878074a9176f352693c582d7464a8d1 (patch) | |
tree | 650803dabb55a0669b19e6a7069273f703d78b84 /configs/sandbox64_defconfig | |
parent | d090b39ecbfab21af198a074a05761ec5681ee37 (diff) | |
download | u-boot-2201fe70d878074a9176f352693c582d7464a8d1.tar.gz |
test: enable RSA library test on sandboxWIP/2020-03-12-rsa-improvements
We want to always run RSA library test on sandbox build in Travis CI.
Just adding CONFIG_RSA_VERIFY_WITH_PKEY would be good enough for this
purpose.
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Diffstat (limited to 'configs/sandbox64_defconfig')
-rw-r--r-- | configs/sandbox64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index d1c94b65a1..fe84cb3b36 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -200,6 +200,7 @@ CONFIG_WDT_SANDBOX=y CONFIG_FS_CBFS=y CONFIG_FS_CRAMFS=y CONFIG_CMD_DHRYSTONE=y +CONFIG_RSA_VERIFY_WITH_PKEY=y CONFIG_TPM=y CONFIG_LZ4=y CONFIG_ERRNO_STR=y |