diff mbox series

[meta-zephyr,master,4/5] qemu-cortex-a9: fix DEFAULTTUNE to cortexa9hf-neon

Message ID 20260208214430.1048640-5-charles.embedded@gmail.com
State New
Headers show
Series Update QEMU machine configs and README | expand

Commit Message

Charles Dias Feb. 8, 2026, 9:44 p.m. UTC
From: Charles Dias <charlesdias.cd@outlook.com>

Change DEFAULTTUNE from "cortexa9" to "cortexa9hf-neon" so the
toolchain uses hard-float with NEON, matching what Zephyr expects
for the qemu_cortex_a9 target.

Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
---
 meta-zephyr-bsp/conf/machine/qemu-cortex-a9.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-zephyr-bsp/conf/machine/qemu-cortex-a9.conf b/meta-zephyr-bsp/conf/machine/qemu-cortex-a9.conf
index 4e42695..a04e058 100644
--- a/meta-zephyr-bsp/conf/machine/qemu-cortex-a9.conf
+++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-a9.conf
@@ -2,7 +2,7 @@ 
 #@NAME: qemu-cortex-a9
 #@DESCRIPTION: Machine for Zephyr BOARD qemu_cortex_a9
 
-DEFAULTTUNE ?= "cortexa9"
+DEFAULTTUNE ?= "cortexa9hf-neon"
 require conf/machine/include/qemu.inc
 require conf/machine/include/arm/armv7a/tune-cortexa9.inc