Re: [PATCH v3 03/35] efi: Drop the OF_EMBED warning for EFI

2021-10-27 Thread Heinrich Schuchardt
On 10/26/21 5:30 AM, 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 Reviewed-by: Heinrich Schuchardt --- (no changes since v2) Changes in v2

[PATCH v3 03/35] efi: Drop the OF_EMBED warning for EFI

2021-10-25 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 --- (no changes since v2) Changes in v2: - Add new patch to drop the OF_EMBED warning for EFI Makefile | 2 +- 1 file