commit | f7659f69f70743dbd772b1dea24f346a63757eb8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 28 12:32:49 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 14 09:03:06 2022 -0400 |
tree | dac2c5c9de3e7a953a75ecb7b2b0c188cae3c0fd | |
parent | 0f81af4897e5875faf3c3d676f8140556b7efc36 [diff] |
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>