From ac4fa7daa437f1ef21a46d86b05d707874a7eb7f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 26 Jul 2013 21:33:15 +0200 Subject: machine: define SOC-FAMILY, fix ARCH name --- conf/machine/apalis-t30.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf/machine/apalis-t30.conf') 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 -- cgit v1.2.3