]> git.baikalelectronics.ru Git - uboot.git/commit
image: Remove #ifdefs from select_ramdisk()
authorSimon Glass <sjg@chromium.org>
Sun, 26 Sep 2021 01:43:38 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:27 +0000 (15:53 -0400)
commit5b36ef7dbc573b98f8bebba3b60d9f9d2d3c0cf5
tree23fde8f2b575d3f30f0abbad548b05276d308703
parent908ebc0c1e6c31935e6346661574dde46178c51f
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>
common/image-board.c