]> git.baikalelectronics.ru Git - uboot.git/commit
autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION
authorSimon Glass <sjg@chromium.org>
Sun, 21 Jul 2019 02:51:16 +0000 (20:51 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 2 Aug 2019 15:19:14 +0000 (11:19 -0400)
commit88d2454882bdba9ed92a84ea10d7fb5cbfb45711
tree1773908b1a40362b9c80b85aad45f0fc63cc137c
parentfe5351da962b9c9510b5afebc3026d02a63ca6d7
autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION

Use if() instead for this option, renaming the two different
passwd_abort() functions to indicate their purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/autoboot.c