u-boot/board/menlo
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
..
m53menlo m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT) 2023-05-10 16:45:42 -04:00
mx8menlo ARM: dts: imx8mm: Swap i.MX8M Mini Menlo board UARTs back 2022-10-20 17:35:52 +02:00