image: Drop one #ifdef for FIT
authorSimon Glass <sjg@chromium.org>
Sun, 28 Aug 2022 18:32:49 +0000 (12:32 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 14 Sep 2022 13:03:06 +0000 (09:03 -0400)
commitf7659f69f70743dbd772b1dea24f346a63757eb8
treedac2c5c9de3e7a953a75ecb7b2b0c188cae3c0fd
parent0f81af4897e5875faf3c3d676f8140556b7efc36
image: Drop one #ifdef for FIT

Drop the #ifdef from near the end of select_ramdisk(). Move some variables
to the top of the function to make this work.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/image-board.c