summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-05-17 17:36:36 -0500
committerJohn Klug <john.klug@multitech.com>2017-05-23 18:25:17 -0500
commit4ca678e5e3720f87157961de2a75386261e4d066 (patch)
tree41cdf46ce3a515552a08e173d6be8f73bd266494
parent03e0f66d7d850ae3d4c8a53593297d250fa9d053 (diff)
downloadmeta-multitech-4ca678e5e3720f87157961de2a75386261e4d066.tar.gz
meta-multitech-4ca678e5e3720f87157961de2a75386261e4d066.tar.bz2
meta-multitech-4ca678e5e3720f87157961de2a75386261e4d066.zip
Fix Thumb and Tune parameters for MTCAP
-rw-r--r--conf/machine/mtcap.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/mtcap.conf b/conf/machine/mtcap.conf
index 68bb1b2..ffcce27 100644
--- a/conf/machine/mtcap.conf
+++ b/conf/machine/mtcap.conf
@@ -12,6 +12,9 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "kernel-module-vizzini"
PREFERRED_VERSION_kernel-module-vizzini ?= "1.1"
DEFAULTTUNE = "arm926ejs"
+TUNE_CCARGS = " -march=armv5te -marm -mthumb-interwork -mtune=arm926ej-s"
+TUNE_FEATURES = "arm armv5 thumb dsp arm926ejs"
+ARMPKGSFX_THUMB="t"
# used by sysvinit_2
SERIAL_CONSOLES = "115200;ttyS0"
@@ -19,7 +22,7 @@ SERIAL_CONSOLES = "115200;ttyS0"
USE_VT = "0"
UBOOT_MACHINE = "at91sam9x5ek_nandflash_config"
-PREFERRED_VERSION_u-boot = "2012.10"
+PREFERRED_VERSION_u-boot = "2016.09.01"
AT91BOOTSTRAP_BOARD = "at91sam9x5eknf_uboot"
PREFERRED_VERSION_at91bootstrap = "3.5.3"