summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-03-02 15:01:48 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-03-31 15:56:46 +1000
commit9833ab0947ee3f49d68f34adc08bf653f5ae4a70 (patch)
tree7865915b2920a27048e8f7905872dbf47489b4fe
parent140921a0c705545707953d0655207ff508fd79d7 (diff)
downloadmeta-xilinx-9833ab0947ee3f49d68f34adc08bf653f5ae4a70.tar.gz
conf/machine/include/tune-zynq.inc: Remove the 'zynq' tune
* The Zynq tune is equal to the cortexa9-neon tune, when including default to the 'cortexa9-neon' tune * Remove the 'zynq' tune Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--conf/machine/include/tune-zynq.inc11
1 files changed, 2 insertions, 9 deletions
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc
index 46334205..6ecfe89e 100644
--- a/conf/machine/include/tune-zynq.inc
+++ b/conf/machine/include/tune-zynq.inc
@@ -1,16 +1,9 @@
1DEFAULTTUNE ?= "zynq" 1DEFAULTTUNE ?= "cortexa9-neon"
2SOC_FAMILY ?= "zynq" 2SOC_FAMILY ?= "zynq"
3 3
4require conf/machine/include/tune-cortexa9.inc 4require conf/machine/include/tune-cortexa9.inc
5require conf/machine/include/soc-family.inc 5require conf/machine/include/soc-family.inc
6 6
7TUNEVALID[zynq] = "Zynq"
8AVAILTUNES += "zynq"
9
10TUNE_FEATURES_tune-zynq += "${TUNE_FEATURES_tune-armv7a-neon} zynq"
11ARMPKGARCH = "${ARMPKGARCH_tune-armv7a-neon}"
12PACKAGE_EXTRA_ARCHS_tune-zynq = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-neon} zynq"
13
14# Linux Configuration 7# Linux Configuration
15KERNEL_IMAGETYPE ?= "uImage" 8KERNEL_IMAGETYPE ?= "uImage"
16 9
@@ -18,5 +11,5 @@ KERNEL_IMAGETYPE ?= "uImage"
18# Override with KERNEL_EXTRA_ARGS_<board> += "..." in machine file if required 11# Override with KERNEL_EXTRA_ARGS_<board> += "..." in machine file if required
19KERNEL_EXTRA_ARGS_zynq += "UIMAGE_LOADADDR=0x8000" 12KERNEL_EXTRA_ARGS_zynq += "UIMAGE_LOADADDR=0x8000"
20 13
21# linux-yocto KMACHINE 14# KMACHINE
22KMACHINE ?= "zynq" 15KMACHINE ?= "zynq"