diff mbox series

[U-Boot,V2,1/4] sandbox: enable command aes

Message ID 1569256745-15380-2-git-send-email-philippe.reynes@softathome.com
State Superseded
Delegated to: Simon Glass
Headers show
Series pytest: add a simple test to check the command aes | expand

Commit Message

Philippe REYNES Sept. 23, 2019, 4:39 p.m. UTC
This commit enable the command aes on sandbox.
Then, it may be used on pytest.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Oct. 21, 2019, 3:25 p.m. UTC | #1
On Mon, 23 Sep 2019 at 10:39, Philippe Reynes
<philippe.reynes@softathome.com> wrote:
>
> This commit enable the command aes on sandbox.
> Then, it may be used on pytest.
>
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
> ---
>  configs/sandbox_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 968ffda..d5872dd 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