commit | e5661c91bd8ef0bfcfc27412bbfe6f03435f4784 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 19:43:38 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 08 15:53:27 2021 -0400 |
tree | 23fde8f2b575d3f30f0abbad548b05276d308703 | |
parent | ccda2fae9401621ea2876da1e26846434664cdb9 [diff] |
image: Remove #ifdefs from select_ramdisk() Use boolean variables to deal with the strange #ifdef logic of this function, so we can remove the #ifdefs. Signed-off-by: Simon Glass <sjg@chromium.org>