bootm: Drop #ifdef from do_bootm()
authorSimon Glass <sjg@chromium.org>
Tue, 11 Oct 2022 15:47:09 +0000 (09:47 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Oct 2022 03:17:12 +0000 (21:17 -0600)
commit2c0b61d562d3d5db46cc72cd4ae66fb13b3185cf
treeb94df45f6abad72c8f40b6f3a0f59b29387c6e61
parentf06443f9d5dfc616b05d3526c258044bfce77419
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>
cmd/bootm.c