u-boot/board/menlo/m53menlo
Troy Kisky e775fc676a m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)
The function ft_board_setup calls do_fixup_by_path_string
which is only available on CONFIG_IS_ENABLED(OF_LIBFDT).
This prepares for the conversion.

ft_board_setup is only called from image-fdt which is linked by
obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += image-fdt.o

Signed-off-by: Troy Kisky <troykiskyboundary@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-05-10 16:45:42 -04:00
..
imximage.cfg doc: update reference to README.imximage 2020-04-16 23:06:54 -04:00
Kconfig imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
m53menlo.c m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT) 2023-05-10 16:45:42 -04:00
MAINTAINERS arm: mx5: Add M53Menlo board 2018-10-16 10:34:19 +02:00
Makefile arm: mx5: Add M53Menlo board 2018-10-16 10:34:19 +02:00