diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-03-02 15:01:48 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-03-31 15:56:46 +1000 |
commit | 9833ab0947ee3f49d68f34adc08bf653f5ae4a70 (patch) | |
tree | 7865915b2920a27048e8f7905872dbf47489b4fe | |
parent | 140921a0c705545707953d0655207ff508fd79d7 (diff) | |
download | meta-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.inc | 11 |
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 @@ | |||
1 | DEFAULTTUNE ?= "zynq" | 1 | DEFAULTTUNE ?= "cortexa9-neon" |
2 | SOC_FAMILY ?= "zynq" | 2 | SOC_FAMILY ?= "zynq" |
3 | 3 | ||
4 | require conf/machine/include/tune-cortexa9.inc | 4 | require conf/machine/include/tune-cortexa9.inc |
5 | require conf/machine/include/soc-family.inc | 5 | require conf/machine/include/soc-family.inc |
6 | 6 | ||
7 | TUNEVALID[zynq] = "Zynq" | ||
8 | AVAILTUNES += "zynq" | ||
9 | |||
10 | TUNE_FEATURES_tune-zynq += "${TUNE_FEATURES_tune-armv7a-neon} zynq" | ||
11 | ARMPKGARCH = "${ARMPKGARCH_tune-armv7a-neon}" | ||
12 | PACKAGE_EXTRA_ARCHS_tune-zynq = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-neon} zynq" | ||
13 | |||
14 | # Linux Configuration | 7 | # Linux Configuration |
15 | KERNEL_IMAGETYPE ?= "uImage" | 8 | KERNEL_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 |
19 | KERNEL_EXTRA_ARGS_zynq += "UIMAGE_LOADADDR=0x8000" | 12 | KERNEL_EXTRA_ARGS_zynq += "UIMAGE_LOADADDR=0x8000" |
20 | 13 | ||
21 | # linux-yocto KMACHINE | 14 | # KMACHINE |
22 | KMACHINE ?= "zynq" | 15 | KMACHINE ?= "zynq" |