diff mbox series

[U-Boot,v1,21/29] imx6: aristainetos: add AUTOBOOT_KEYED

Message ID 20191201102332.21397-22-hs@denx.de
State Accepted
Commit 6a82579bdd40b4befb6ab4728a7d5fbf246f9705
Delegated to: Stefano Babic
Headers show
Series convert aristainetos board to DM | expand

Commit Message

Heiko Schocher Dec. 1, 2019, 10:23 a.m. UTC
add stop autobooting via SHA256 encrypted password.

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 configs/aristainetos2_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stefano Babic Dec. 29, 2019, 10:28 a.m. UTC | #1
> add stop autobooting via SHA256 encrypted password.
> Signed-off-by: Heiko Schocher <hs@denx.de>
Applied to u-boot-imx, -next, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig
index c7416a936a..11b9f2ab1d 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