diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-07 15:12:19 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-07 15:12:19 +1000 |
| commit | 5d0ef7c3739627f1d7c9c7204e80789a52a06aea (patch) | |
| tree | 7e728a9ca7f1021c07e3c5c0b3ccf37778f9fd8f /conf/machine/include | |
| parent | 58fb81a47c1af743da7ed9c8349142198d137eb6 (diff) | |
| download | meta-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.inc | 34 |
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 | ||
| 2 | MACHINE_FEATURES := "" | 2 | MACHINE_FEATURES := "" |
| 3 | 3 | ||
| 4 | require conf/machine/include/tune-cortexa9.inc | 4 | require conf/machine/include/tune-cortexa9.inc |
| 5 | 5 | ||
| 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" |
| 7 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" | 7 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" |
| 8 | 8 | ||
| 9 | KERNEL_IMAGETYPE ?= "uImage" | 9 | KERNEL_IMAGETYPE ?= "uImage" |
| 10 | 10 | ||
| 11 | IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot ext2.gz" | 11 | IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot ext2.gz" |
| 12 | 12 | ||
| 13 | IMAGE_CLASSES += "image_types_uboot" | 13 | IMAGE_CLASSES += "image_types_uboot" |
| 14 | 14 | ||
| 15 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 15 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
| 16 | 16 | ||
| 17 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" | 17 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" |
