commit | 975dd8a5646488209474938c0cbc70ae35c79583 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 11 09:47:09 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 17 21:17:12 2022 -0600 |
tree | b94df45f6abad72c8f40b6f3a0f59b29387c6e61 | |
parent | 1b893707cd7997080767c1f11b7ead415bd247fc [diff] |
bootm: Drop #ifdef from do_bootm() Drop the #ifdefs from this command by using a variable to hold the states that should be executed. Signed-off-by: Simon Glass <sjg@chromium.org>