commit | 973b89371f15165b486c78c3f03579557e4f21c7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 28 12:32:51 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 14 09:03:07 2022 -0400 |
tree | 04e7c6091fac929290d4928c8783488a2cd7a25b | |
parent | e832db2ee3f101ee1ce6178c218fcdf5c8bf44db [diff] |
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>