commit | d915ad277a96d2fa23268e3860a885d852398dfb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 20:51:23 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 02 11:19:14 2019 -0400 |
tree | b81ca4558a5b912c103a87595ae11ff07da55c9b | |
parent | daedaada38b89b7d4ca14b01d7c3eb775cf5a0a8 [diff] |
autoboot: Tidy up use of menukey Move the variable to the top of the file and adjust the code which uses it to use if() rather than #ifdef, to make it easier to read. Signed-off-by: Simon Glass <sjg@chromium.org>