]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls-base.inc: Allow default tune override
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 1 Apr 2015 11:51:19 +0000 (08:51 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 3 Apr 2015 01:49:07 +0000 (22:49 -0300)
The default tune setting needs to be overridable otherwise distros or
local.conf are unable to change it.

Change-Id: I8c28d90d144cffc56ac6f199183090aa9a94af71
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/conf/machine/include/ls-base.inc

index 752a34197442815a4da2e4a20e353b6d95dba2ee..20a759450b79767f969fab82bf6a05e265ad6aeb 100644 (file)
@@ -14,4 +14,4 @@ UBOOT_ENTRYPOINT_ls102xa = "0x80008000"
 MACHINE_FEATURES = "pci ext2 ext3 serial"
 MACHINE_EXTRA_RRECOMMENDS = "udev-extraconf"
 
-DEFAULTTUNE_ls102xa = "cortexa7hf-neon"
+DEFAULTTUNE_ls102xa ?= "cortexa7hf-neon"