diff options
author | Heiko Schocher <hs@denx.de> | 2019-12-01 11:23:24 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:55 +0100 |
commit | 6a82579bdd40b4befb6ab4728a7d5fbf246f9705 (patch) | |
tree | 059ada496a429bb713e83220c144e259ee52b140 /configs/aristainetos2_defconfig | |
parent | f7cf76f8ac9ee61eb54184dd6a971af8a73ddb6a (diff) |
imx6: aristainetos: add AUTOBOOT_KEYED
add stop autobooting via SHA256 encrypted password.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/aristainetos2_defconfig')
-rw-r--r-- | configs/aristainetos2_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig index b981b203b9..dfaaf5dd8a 100644 --- a/configs/aristainetos2_defconfig +++ b/configs/aristainetos2_defconfig @@ -18,6 +18,9 @@ CONFIG_BOUNCE_BUFFER=y CONFIG_BOARD_TYPES=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y +CONFIG_AUTOBOOT_KEYED=y +CONFIG_AUTOBOOT_ENCRYPTION=y +CONFIG_AUTOBOOT_STOP_STR_SHA256="30bb0bce5f77da71a6e8e436fe40af54bc823db9501ae170f77e9992499d88fb" CONFIG_CMD_BOOTZ=y # CONFIG_BOOTM_NETBSD is not set # CONFIG_BOOTM_PLAN9 is not set |