diff options
| author | Simon Glass <[email protected]> | 2023-03-20 08:30:05 +1300 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-03-25 11:07:21 +0100 |
| commit | edf35a30278121e1affc9cc15b7aa26b9892e9d9 (patch) | |
| tree | 6826adad2a47e660eeab43ecbed7b06bfda3e167 /configs | |
| parent | bace47a59d2f6a60972a388d6be034ce20e92270 (diff) | |
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 <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/efi-x86_app64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/efi-x86_app64_defconfig b/configs/efi-x86_app64_defconfig index dae48840493..f1cf43c1ef6 100644 --- a/configs/efi-x86_app64_defconfig +++ b/configs/efi-x86_app64_defconfig @@ -4,6 +4,7 @@ CONFIG_ENV_SIZE=0x1000 CONFIG_DEFAULT_DEVICE_TREE="efi-x86_app" CONFIG_DEBUG_UART_BASE=0 CONFIG_DEBUG_UART_CLOCK=0 +CONFIG_X86_RUN_64BIT=y CONFIG_VENDOR_EFI=y CONFIG_TARGET_EFI_APP64=y CONFIG_DEBUG_UART=y |
