From f5c531ca43f827f38f5d97267b0b42322a29894f Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 17 Sep 2017 22:10:53 +0200 Subject: zaurus.inc: explicitely define ARM instruction set. Default for armv4/collie: arm Default for pxa: thumb Signed-off-by: Andrea Adami --- 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" -- cgit 1.2.3-korg