Skip to content

Commit

Permalink
Change zynqmp to use ELF executables
Browse files Browse the repository at this point in the history
If executables are loaded as ELF instead of Binary, U-Boot can detect
whether to incoke them in 32 or 64 bit mode.

Signed-off-by: Peter Chubb <[email protected]>
  • Loading branch information
wom-bat authored and lsf37 committed Dec 2, 2021
1 parent 3e0f480 commit b979f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-tool/helpers/application_settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.8.2)
include_guard(GLOBAL)

function(ApplyData61ElfLoaderSettings kernel_platform kernel_sel4_arch)
set(binary_list "tx1;hikey;odroidc2;odroidc4;imx8mq-evk;zynqmp;imx8mm-evk;hifive;tqma8xqp1gb")
set(binary_list "tx1;hikey;odroidc2;odroidc4;imx8mq-evk;imx8mm-evk;hifive;tqma8xqp1gb")
set(efi_list "tk1;rockpro64")
set(uimage_list "tx2;am335x")
if(
Expand Down

0 comments on commit b979f7b

Please sign in to comment.