Re: [PATCH v2 09/39] efi: Drop the OF_EMBED warning for EFI

2021-10-25 Thread Simon Glass
Hi Heinrich, On Sat, 23 Oct 2021 at 05:42, Heinrich Schuchardt wrote: > > > > On 9/25/21 02:30, Simon Glass wrote: > > For the EFI app, we must embed the devicetree in the ELF file since that > > is the only thing that is run by UEFI. Drop the warning to avoid > > confusion. > > > >

Re: [PATCH v2 09/39] efi: Drop the OF_EMBED warning for EFI

2021-10-23 Thread Heinrich Schuchardt
On 9/25/21 02:30, Simon Glass wrote: For the EFI app, we must embed the devicetree in the ELF file since that is the only thing that is run by UEFI. Drop the warning to avoid confusion. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to drop the OF_EMBED warning for EFI

[PATCH v2 09/39] efi: Drop the OF_EMBED warning for EFI

2021-09-24 Thread Simon Glass
For the EFI app, we must embed the devicetree in the ELF file since that is the only thing that is run by UEFI. Drop the warning to avoid confusion. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to drop the OF_EMBED warning for EFI Makefile | 2 +- 1 file changed, 1