commit | 890da24bdfd5493b0a6e5318d35846633ddbcac6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 20 08:30:05 2023 +1300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Mar 25 11:07:21 2023 +0100 |
tree | 6826adad2a47e660eeab43ecbed7b06bfda3e167 | |
parent | 16eda5e1ab4c9d4c9ce03d9b14e35b3fb448f507 [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 <sjg@chromium.org>