On 2017-07-18 3:05 AM, Nathan Rossi wrote:
On 18 July 2017 at 05:43, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote:
On 2017-07-15 11:25 AM, Nathan Rossi wrote:

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.


good catch/fix!

merged.

Thanks, this change should also be applied to the 4.9 and 4.10
branches as well since they are affected by the same missed config.


Fixed. This is now on 4.9 and 4.10 as well.

Bruce

Thanks,
Nathan


Bruce



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



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

Reply via email to