Skip to content

Commit

Permalink
arm/qemu: allow EXECUTABLE apps
Browse files Browse the repository at this point in the history
This allows QEMU arm target to use executable apps.

Signed-off-by: Yanfeng Liu <[email protected]>
  • Loading branch information
Yanfeng Liu committed Jan 8, 2025
1 parent 3bc2e93 commit 2458661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/src/qemu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ config ARCH_CHIP_QEMU_CORTEXA7
bool "Qemu virtual Processor (cortex-a7)"
select ARCH_CORTEXA7
select ARCH_HAVE_ADDRENV
select ARCH_HAVE_ELF_EXECUTABLE
select ARCH_HAVE_LOWVECTORS
select ARCH_HAVE_MULTICPU
select ARCH_NEED_ADDRENV_MAPPING
Expand Down

0 comments on commit 2458661

Please sign in to comment.