]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi: Drop the OF_EMBED warning for EFI
authorSimon Glass <sjg@chromium.org>
Thu, 4 Nov 2021 03:09:05 +0000 (21:09 -0600)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Nov 2021 17:36:55 +0000 (18:36 +0100)
commit26e24d626b1477b63d62e81565b79d0c889b4485
tree93d87b0799b50aa12aa0b7a3616410c709bab962
parent815ef1ca1dcf52b12b8fe9f9db4086ea7a92e569
efi: Drop the OF_EMBED warning for EFI

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@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Makefile