]> git.baikalelectronics.ru Git - uboot.git/commit
efi: Set RUN_64BIT correctly for the EFI app
authorSimon Glass <sjg@chromium.org>
Sun, 19 Mar 2023 19:30:05 +0000 (08:30 +1300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 25 Mar 2023 10:07:21 +0000 (11:07 +0100)
commit6226cb4371b243067fd57a75ed41f6488db9b2da
tree6826adad2a47e660eeab43ecbed7b06bfda3e167
parent9a31cd74aeda047a43a15cad5b5a2bd38ac4b71b
efi: Set RUN_64BIT correctly for the EFI app

The U-Boot EFI app can run as a 64-bit program, so set the Kconfig
correctly in that case. Make sure it doesn't build SPL, since there is
no need to switch from 32 to 64 bit when running.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
configs/efi-x86_app64_defconfig