summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-05-07 15:12:19 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-05-07 15:12:19 +1000
commit5d0ef7c3739627f1d7c9c7204e80789a52a06aea (patch)
tree7e728a9ca7f1021c07e3c5c0b3ccf37778f9fd8f /conf/machine/include
parent58fb81a47c1af743da7ed9c8349142198d137eb6 (diff)
downloadmeta-xilinx-5d0ef7c3739627f1d7c9c7204e80789a52a06aea.tar.gz
tune-zynq.inc: Fix line-endings
* Convert \r\n to \n Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/tune-zynq.inc34
1 files changed, 17 insertions, 17 deletions
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc
index 0665466d..0a801ed3 100644
--- a/conf/machine/include/tune-zynq.inc
+++ b/conf/machine/include/tune-zynq.inc
@@ -1,17 +1,17 @@
1 1
2MACHINE_FEATURES := "" 2MACHINE_FEATURES := ""
3 3
4require conf/machine/include/tune-cortexa9.inc 4require conf/machine/include/tune-cortexa9.inc
5 5
6PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" 6PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx"
7PREFERRED_VERSION_linux-xlnx ?= "3.8%" 7PREFERRED_VERSION_linux-xlnx ?= "3.8%"
8 8
9KERNEL_IMAGETYPE ?= "uImage" 9KERNEL_IMAGETYPE ?= "uImage"
10 10
11IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot ext2.gz" 11IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot ext2.gz"
12 12
13IMAGE_CLASSES += "image_types_uboot" 13IMAGE_CLASSES += "image_types_uboot"
14 14
15PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" 15PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx"
16 16
17PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" 17PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%"