[PATCH v3 03/35] efi: Drop the OF_EMBED warning for EFI
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Oct 28 07:43:07 CEST 2021
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 <sjg at chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - Add new patch to drop the OF_EMBED warning for EFI
>
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 5194e4dc782..fd2b328e021 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1091,7 +1091,7 @@ endif
> ifeq ($(CONFIG_DEPRECATED),y)
> $(warning "You have deprecated configuration options enabled in your .config! Please check your configuration.")
> endif
> -ifeq ($(CONFIG_OF_EMBED),y)
> +ifeq ($(CONFIG_OF_EMBED)$(CONFIG_EFI_APP),y)
> @echo >&2 "===================== WARNING ======================"
> @echo >&2 "CONFIG_OF_EMBED is enabled. This option should only"
> @echo >&2 "be used for debugging purposes. Please use"
>
More information about the U-Boot
mailing list