From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Reynes Date: Mon, 23 Sep 2019 18:39:03 +0200 Subject: [U-Boot] [PATCH V2 2/4] sandbox64: enable command aes In-Reply-To: <1569256745-15380-1-git-send-email-philippe.reynes@softathome.com> References: <1569256745-15380-1-git-send-email-philippe.reynes@softathome.com> Message-ID: <1569256745-15380-3-git-send-email-philippe.reynes@softathome.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This commit add the support of command aes. Then, it may be used on pytest. Signed-off-by: Philippe Reynes --- configs/sandbox64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index c177ff8..9332e34 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 -- 2.7.4