commit | 95826f3c7a8acaba6f82171e9e1dd56b9adbfc88 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 04 03:51:16 2022 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Jan 15 10:57:22 2022 +0100 |
tree | 54333e9d93297ac094d5e63491f62da79fde3e7c | |
parent | 68367d88a403cd8d5a8f979facffd875d36ff90b [diff] |
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>