summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-04-01 08:51:19 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-02 22:49:07 -0300
commit21c2208b43b3ea54d0078ee165c1bf31892396a9 (patch)
tree647322f66aa682e9d39a7b78204e7d4619b35b45 /conf
parenteaffebc32c4336da16c4ce86f77ec1009290fdaf (diff)
downloadmeta-fsl-arm-21c2208b43b3ea54d0078ee165c1bf31892396a9.tar.gz
ls-base.inc: Allow default tune override
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>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/ls-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ls-base.inc b/conf/machine/include/ls-base.inc
index 752a341..20a7594 100644
--- a/conf/machine/include/ls-base.inc
+++ b/conf/machine/include/ls-base.inc
@@ -14,4 +14,4 @@ UBOOT_ENTRYPOINT_ls102xa = "0x80008000"
14MACHINE_FEATURES = "pci ext2 ext3 serial" 14MACHINE_FEATURES = "pci ext2 ext3 serial"
15MACHINE_EXTRA_RRECOMMENDS = "udev-extraconf" 15MACHINE_EXTRA_RRECOMMENDS = "udev-extraconf"
16 16
17DEFAULTTUNE_ls102xa = "cortexa7hf-neon" 17DEFAULTTUNE_ls102xa ?= "cortexa7hf-neon"