diff options
| -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%" |
