]> git.baikalelectronics.ru Git - uboot.git/commit
image: Tidy up fit_unsupported_reset()
authorSimon Glass <sjg@chromium.org>
Sun, 26 Sep 2021 01:43:32 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:27 +0000 (15:53 -0400)
commit324978df0d402e043b5461686de4c6ddacf1639b
tree956d97aeccafa093f76373d380a82cf2e3c20dcd
parent9972efb8730aaf3b4c0a56c37a0a7ba2b1842bfd
image: Tidy up fit_unsupported_reset()

This function is only used in one place and does not need to use the
preprocessor. Move it to the C file and convert it to a normal function.

Drop fit_unsupported() since it is not used.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/bootm_os.c
include/image.h