summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/imx-base.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 5683041..ee5492f 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -30,11 +30,14 @@ PREFERRED_VERSION_directfb_mx6 = "1.7.4"
30# Ship kernel modules 30# Ship kernel modules
31MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" 31MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
32 32
33# Float-Point setting 33# Tunes for hard/soft float-point selection. Note that we allow building for
34# thumb support giving distros the chance to enable thumb by setting
35# ARM_INSTRUCTION_SET = "thumb"
36#
34# handled by software 37# handled by software
35# DEFAULTTUNE_mx6 ?= "cortexa9-neon" 38# DEFAULTTUNE_mx6 ?= "cortexa9t-neon"
36# handled by hardware 39# handled by hardware
37DEFAULTTUNE_mx6 ?= "cortexa9hf-neon" 40DEFAULTTUNE_mx6 ?= "cortexa9thf-neon"
38 41
39# Sub-architecture support 42# Sub-architecture support
40MACHINE_SOCARCH_SUFFIX ?= "" 43MACHINE_SOCARCH_SUFFIX ?= ""