]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: efi: Set the correct link flags for the 64-bit EFI app
authorSimon Glass <sjg@chromium.org>
Tue, 4 Jan 2022 10:51:16 +0000 (03:51 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 15 Jan 2022 09:57:22 +0000 (10:57 +0100)
commit081dfcf783c80a8abf717df984c94970d128b98a
tree54333e9d93297ac094d5e63491f62da79fde3e7c
parent59e8f36dd93e75f406410be97057b22e452741b1
x86: efi: Set the correct link flags for the 64-bit EFI app

At present some 32-bit settings are used with the 64-bit app. Fix this by
separating out the two cases.

Be careful not to break the 64-bit payload, which needs to build a 64-bit
EFI stub with a 32-bit U-Boot.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/config.mk