autoboot: Move a few more options from #ifdef to if()
authorSimon Glass <sjg@chromium.org>
Sun, 21 Jul 2019 02:51:27 +0000 (20:51 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 2 Aug 2019 15:19:14 +0000 (11:19 -0400)
commit5fa3fd25ed600694ba62488aa646dcec14bf4bbe
tree6d1c6cbaa952d53cd42c791a5645cb2eb11bf1f4
parent14b9df1b487552b8e2f1274ac7ea8e3652694dcf
autoboot: Move a few more options from #ifdef to if()

Adjust some of the code which can be trivially moved to use IS_ENABLED()
instead of #ifdef.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/autoboot.c