diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2019-09-24 11:32:27 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-10-15 08:40:03 -0600 |
commit | 8d694395502df38b7b114e2b866cba68a0832927 (patch) | |
tree | ed4b2491989ebeddb4a3b90edc54ed64ec5ad1ad /configs/sandbox_defconfig | |
parent | 4ab6a45ec7ee6380f66098814f0d2e46a64158e8 (diff) | |
download | u-boot-8d694395502df38b7b114e2b866cba68a0832927.tar.gz |
sandbox: enable command aes
This commit enable the command aes on sandbox.
Then, it may be used on pytest.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |