summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-t30.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/apalis-t30.conf')
-rw-r--r--conf/machine/apalis-t30.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf
index 80bd8bc..0ea77d4 100644
--- a/conf/machine/apalis-t30.conf
+++ b/conf/machine/apalis-t30.conf
@@ -2,7 +2,8 @@
#@NAME: apalis_t30
#@DESCRIPTION: Toradex Apalis T30
-TARGET_ARCH = "arm"
+SOC_FAMILY = "tegra:tegra3"
+require conf/machine/include/soc-family.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
@@ -36,7 +37,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
IMAGE_FSTYPES ?= "tar.bz2"
# T20 does not have neon, so at the moment we also do not compile for neon on T30
-DEFAULTTUNE = "cortexa9hf"
+DEFAULTTUNE = "armv7ahf"
#choose a specific vfp, or we end up with the default vfpv2 optimization
TUNE_CCARGS += "-mfpu=vfpv3-d16"
require conf/machine/include/tune-cortexa9.inc