diff options
author | Troy Kisky <troykiskyboundary@gmail.com> | 2023-03-13 14:31:37 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-05-10 16:45:42 -0400 |
commit | e775fc676aafada90e6513c240b23cf06e11afc1 (patch) | |
tree | 22c803c489cf6864a1a41ab0be4dadb2619c9eda /test/py/u_boot_console_exec_attach.py | |
parent | 55e4505dd2cc3085174862711891122ef02741da (diff) |
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>
Diffstat (limited to 'test/py/u_boot_console_exec_attach.py')
0 files changed, 0 insertions, 0 deletions