]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit74cdb648c6df6e761f46ad344fa9e3e4f8ae0c66
treeb94df45f6abad72c8f40b6f3a0f59b29387c6e61
parentfc5512631d4b874c19292c1921359ce9de34497a
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