From: Philippe Reynes Date: Tue, 24 Sep 2019 09:32:28 +0000 (+0200) Subject: sandbox64: enable command aes X-Git-Tag: v2020.01-rc1~20^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fff9b3bc9da677bef8b5f7b5cb4e9e12c84a7d9;p=pandora-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 7aa2d38b7b5..1fea683d892 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