diff options
| -rw-r--r-- | meta-fsl-arm/conf/machine/include/imx-base.inc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc index 568304123..ee5492f1e 100644 --- a/meta-fsl-arm/conf/machine/include/imx-base.inc +++ b/meta-fsl-arm/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 |
| 31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" | 31 | MACHINE_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 |
| 37 | DEFAULTTUNE_mx6 ?= "cortexa9hf-neon" | 40 | DEFAULTTUNE_mx6 ?= "cortexa9thf-neon" |
| 38 | 41 | ||
| 39 | # Sub-architecture support | 42 | # Sub-architecture support |
| 40 | MACHINE_SOCARCH_SUFFIX ?= "" | 43 | MACHINE_SOCARCH_SUFFIX ?= "" |
