commit | 6a2e09fbe6dafbd5e98b411dcbc17f5eecd5302f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 20:51:16 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 02 11:19:14 2019 -0400 |
tree | 1773908b1a40362b9c80b85aad45f0fc63cc137c | |
parent | 760d3fb13ff9f1ded687b0a21aaa52209936e6a0 [diff] |
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>