image: Drop #ifdefs for fit_print_contents()
authorSimon Glass <sjg@chromium.org>
Sun, 26 Sep 2021 01:43:34 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:27 +0000 (15:53 -0400)
commit78740bcce87518d2c71c96e41429c4e65f516635
treeb2e8fb396691fb183dfcf49894de9244d3006665
parent13c133b995decefdc64160f1df2c58e5bf342e28
image: Drop #ifdefs for fit_print_contents()

Use a simple return to drop the unwanted code.

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