[oe] [meta-handheld][PATCH 4/5] zaurus.inc: explicitely define ARM instruction set.

Andrea Adami andrea.adami at gmail.com
Sun Sep 17 20:21:30 UTC 2017


Default for armv4/collie: arm
Default for pxa: thumb

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 conf/machine/include/zaurus.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index c80e89e..c6e9e98 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -33,10 +33,12 @@ XZ_COMPRESSION_LEVEL = "-2e"
 # machine tuning
 ################
 
+ARM_INSTRUCTION_SET = "thumb"
+ARM_INSTRUCTION_SET_collie = "arm"
+
 SERIAL_CONSOLE = "115200 ttyS0"
 SERIAL_CONSOLE_collie = "115200 ttySA0"
 
-
 CMDLINE_akita = "console=ttyS0,115200n8 console=tty1 fbcon=rotate:1"
 CMDLINE_c7x0 = "console=ttyS0,115200n8 console=tty1"
 CMDLINE_collie = "console=ttySA0,115200n8 console=tty1 mem=64M fbcon=rotate:1"
-- 
2.7.4




More information about the Openembedded-devel mailing list