summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-05-02 12:26:16 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-05-02 12:57:50 +1000
commita2c9390608141347505080820af55f2429a63e7e (patch)
tree8e0f3535cafd097abf31e1a06eb46f319c803777 /conf
parentf79f67aa40ad5416743394bc95e8a9220f927c6a (diff)
downloadmeta-xilinx-a2c9390608141347505080820af55f2429a63e7e.tar.gz
Move RTC config in kernel config to fragments.
Zedboard has no RTC, ZC702 does. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-zynq.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc
index 6d6ff060..0665466d 100644
--- a/conf/machine/include/tune-zynq.inc
+++ b/conf/machine/include/tune-zynq.inc
@@ -9,11 +9,8 @@ PREFERRED_VERSION_linux-xlnx ?= "3.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#IMAGE_FSTYPES = "tar.gz ubi cpio ext2"
13 12
14# This inherit causes an "ERROR: cannot map 'allarch' to a linux kernel architecture"? 13IMAGE_CLASSES += "image_types_uboot"
15# Issue seems related to inheriting image_types and kernel-arch from image_types_uboot
16INHERIT += "image_types_uboot"
17 14
18PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" 15PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx"
19 16