]> git.dujemihanovic.xyz Git - u-boot.git/commit
image: Drop remaining FIT #ifdef
authorSimon Glass <sjg@chromium.org>
Sun, 28 Aug 2022 18:32:51 +0000 (12:32 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 14 Sep 2022 13:03:07 +0000 (09:03 -0400)
commitca78883fdcc67907780ae04188799abb9348bf37
tree04e7c6091fac929290d4928c8783488a2cd7a25b
parent1a68c039c500a97f46bd0ae180df01a42636fde8
image: Drop remaining FIT #ifdef

Drop the last one of these, by using a done_select variable to control
whether to fall back to using 'select' as a hex value.

Note that the indentation is not adjusted, to make this easier to review.

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