Re: [PATCH 4/4] efi: Avoid using dm_scan_other()

2023-11-12 Thread Simon Glass
Hi Tom, Heinrich, On Sun, 12 Nov 2023 at 12:20, Heinrich Schuchardt wrote: > > > > Am 12. November 2023 19:03:57 MEZ schrieb Tom Rini : > >On Sun, Nov 12, 2023 at 08:58:05AM -0700, Simon Glass wrote: > >> This function is defined by bootstd so using it precludes using that > >> feature. Use the

Re: [PATCH 4/4] efi: Avoid using dm_scan_other()

2023-11-12 Thread Tom Rini
On Sun, Nov 12, 2023 at 08:19:57PM +0100, Heinrich Schuchardt wrote: > > > Am 12. November 2023 19:03:57 MEZ schrieb Tom Rini : > >On Sun, Nov 12, 2023 at 08:58:05AM -0700, Simon Glass wrote: > >> This function is defined by bootstd so using it precludes using that > >> feature. Use the

Re: [PATCH 4/4] efi: Avoid using dm_scan_other()

2023-11-12 Thread Heinrich Schuchardt
Am 12. November 2023 19:03:57 MEZ schrieb Tom Rini : >On Sun, Nov 12, 2023 at 08:58:05AM -0700, Simon Glass wrote: >> This function is defined by bootstd so using it precludes using that >> feature. Use the board_early_init_r() feature instead. >> >> Signed-off-by: Simon Glass >> --- >> >>

Re: [PATCH 4/4] efi: Avoid using dm_scan_other()

2023-11-12 Thread Tom Rini
On Sun, Nov 12, 2023 at 08:58:05AM -0700, Simon Glass wrote: > This function is defined by bootstd so using it precludes using that > feature. Use the board_early_init_r() feature instead. > > Signed-off-by: Simon Glass > --- > > configs/efi-x86_app64_defconfig | 1 + > lib/efi/efi_app.c

[PATCH 4/4] efi: Avoid using dm_scan_other()

2023-11-12 Thread Simon Glass
This function is defined by bootstd so using it precludes using that feature. Use the board_early_init_r() feature instead. Signed-off-by: Simon Glass --- configs/efi-x86_app64_defconfig | 1 + lib/efi/efi_app.c | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff