commit | 6d99d133db255bc76059f2c396ac632da656796f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 20:51:19 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 02 11:19:14 2019 -0400 |
tree | f5418afec5e9ff8429251e8a4ee76faafd759162 | |
parent | 3a315051792594250f7cc520c9570aa1980d68a0 [diff] |
autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED At present we have two functions named __autoboot() which do different things. This is confusing. Fix it by using if() instead of #ifdef for selecting the functions, and renaming them to meaningful names. Signed-off-by: Simon Glass <sjg@chromium.org>