diff options
author | Tom Rini | 2021-08-16 09:35:24 -0400 |
---|---|---|
committer | Tom Rini | 2021-08-16 09:35:24 -0400 |
commit | 4edc79b016c9ca1cde985b18e135be219255b4b4 (patch) | |
tree | 18c81b03eb02461601433c12c2369cf781b468d5 /configs/sandbox_defconfig | |
parent | 5a221adb2f593fc0661b50801109f00041a26f1e (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 8bb981d6f53..952d430304c 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -287,6 +287,8 @@ CONFIG_WDT_SANDBOX=y CONFIG_FS_CBFS=y CONFIG_FS_CRAMFS=y CONFIG_CMD_DHRYSTONE=y +CONFIG_ECDSA=y +CONFIG_ECDSA_VERIFY=y CONFIG_TPM=y CONFIG_LZ4=y CONFIG_ERRNO_STR=y @@ -299,5 +301,3 @@ CONFIG_TEST_FDTDEC=y CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y -CONFIG_ECDSA=y -CONFIG_ECDSA_VERIFY=y |