mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
imx6: aristainetos: add AUTOBOOT_KEYED
add stop autobooting via SHA256 encrypted password. Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
f7cf76f8ac
commit
6a82579bdd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue