u-boot/lib/efi
Simon Glass 50662260c4 efi: Avoid using dm_scan_other()
This function is defined by bootstd so using it precludes using that
feature. Use the board_early_init_r() feature instead.

Nove the affected code into a new file, so that it is clear that
this relates to board init.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2024-01-13 18:17:46 +01:00
..
efi_app_init.c efi: Avoid using dm_scan_other() 2024-01-13 18:17:46 +01:00
efi_app.c efi: Avoid using dm_scan_other() 2024-01-13 18:17:46 +01:00
efi_info.c lib: Remove <common.h> inclusion from these files 2023-12-21 08:54:37 -05:00
efi_stub.c lib: Remove <common.h> inclusion from these files 2023-12-21 08:54:37 -05:00
efi.c lib: Remove <common.h> inclusion from these files 2023-12-21 08:54:37 -05:00
Kconfig lib: fix selection of CONFIG_CHARSET 2022-05-03 21:39:22 +02:00
Makefile efi: Avoid using dm_scan_other() 2024-01-13 18:17:46 +01:00