Enable ARM_THUMB which is normally enabled in arch/arm/arm.cfg, however
this config (specifically the .cfg, as the .scc is included via
standard) is not included by the tiny kernel type. This ensures code
built for Zynq targets which might use THUMB instructions (e.g. OE
builds which target 'cortexa9thf-neon') work correctly when using the
tiny kernel type.

Signed-off-by: Nathan Rossi <nat...@nathanrossi.com>
---
 bsp/xilinx/soc/zynq.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsp/xilinx/soc/zynq.cfg b/bsp/xilinx/soc/zynq.cfg
index 3678f4a6f5..c427135eca 100644
--- a/bsp/xilinx/soc/zynq.cfg
+++ b/bsp/xilinx/soc/zynq.cfg
@@ -4,6 +4,7 @@ CONFIG_MMU=y
 CONFIG_ARCH_MULTI_V7=y
 CONFIG_ARCH_VEXPRESS=y
 CONFIG_ARCH_ZYNQ=y
+CONFIG_ARM_THUMB=y
 CONFIG_VFP=y
 CONFIG_NEON=y
 CONFIG_AEABI=y
-- 
2.13.2

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to