summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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%"