image: Track when ramdisk processing is completed
authorSimon Glass <sjg@chromium.org>
Sun, 28 Aug 2022 18:32:47 +0000 (12:32 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 14 Sep 2022 13:03:06 +0000 (09:03 -0400)
commit4f2d94129d92c5efd753b486a7c95beb10b53d50
tree21b3ba493c203f4f831a19ea494a894ecff5160e
parent1ce8e10f3b4bd23dfdd7dad076b56ba36fa6416d
image: Track when ramdisk processing is completed

The current switch default is tricky since it relies on #ifdefs to work.
Use a bool instead.

Also fix the comment on @select, since it has a dual purpose.

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