From: Philippe Reynes Date: Tue, 24 Sep 2019 09:32:28 +0000 (+0200) Subject: sandbox64: enable command aes X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5fff9b3bc9da677bef8b5f7b5cb4e9e12c84a7d9;p=u-boot.git sandbox64: enable command aes This commit add the support of command aes. Then, it may be used on pytest. Signed-off-by: Philippe Reynes --- diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 7aa2d38b7b..1fea683d89 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -59,6 +59,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