From: Philippe Reynes Date: Tue, 24 Sep 2019 09:32:27 +0000 (+0200) Subject: sandbox: enable command aes X-Git-Tag: v2020.01-rc1~20^2~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d694395502df38b7b114e2b866cba68a0832927;p=oweals%2Fu-boot.git sandbox: enable command aes This commit enable the command aes on sandbox. Then, it may be used on pytest. Signed-off-by: Philippe Reynes --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 3f2dc99277..20ebc68997 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -67,6 +67,7 @@ CONFIG_CMD_QFW=y CONFIG_CMD_BOOTSTAGE=y CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y +CONFIG_CMD_AES=y CONFIG_CMD_TPM=y CONFIG_CMD_TPM_TEST=y CONFIG_CMD_BTRFS=y