image: Drop IMAGE_OF_BOARD_SETUP
authorSimon Glass <sjg@chromium.org>
Sun, 26 Sep 2021 01:43:26 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commit30ba2828652915d29892146022ed92b2bd524ad6
tree7bff4c316feb0ec84c138635ff98aa1e2f4a4c0d
parent806d1ff37b0afe8cbf5658dc01876f6321aed235
image: Drop IMAGE_OF_BOARD_SETUP

This is not needed with Kconfig, since we can use IS_ENABLED() easily
enough. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
common/image-fdt.c
include/image.h