diff options
author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-07-26 15:32:14 +1000 |
---|---|---|
committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-07-26 15:32:14 +1000 |
commit | e76e2b11a52e4a517337c04b95bb93d9352f3aac (patch) | |
tree | a4175e6c078bdd4c1854e8fcbd386da43fe70b25 | |
parent | e151cc02bf8298191bb47ba64ec936f94db4c739 (diff) | |
download | meta-xilinx-e76e2b11a52e4a517337c04b95bb93d9352f3aac.tar.gz |
recipes-kernel:linux-yocto: Add RTC fragment to ZC702.
RTC fragment was forgotten. Adding it to ZC702 only as zedboard has no RTC.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
-rw-r--r-- | recipes-kernel/linux/linux-yocto/zc702-standard.scc | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-yocto/zc702-tiny.scc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto/zc702-standard.scc b/recipes-kernel/linux/linux-yocto/zc702-standard.scc index 7701de26..ca803b45 100644 --- a/recipes-kernel/linux/linux-yocto/zc702-standard.scc +++ b/recipes-kernel/linux/linux-yocto/zc702-standard.scc | |||
@@ -5,3 +5,4 @@ define KARCH arm | |||
5 | include ktypes/standard | 5 | include ktypes/standard |
6 | branch meta | 6 | branch meta |
7 | include zynq-standard.scc | 7 | include zynq-standard.scc |
8 | include cfg/zynq/rtc.scc | ||
diff --git a/recipes-kernel/linux/linux-yocto/zc702-tiny.scc b/recipes-kernel/linux/linux-yocto/zc702-tiny.scc index c5ab596a..fbd7a1a5 100644 --- a/recipes-kernel/linux/linux-yocto/zc702-tiny.scc +++ b/recipes-kernel/linux/linux-yocto/zc702-tiny.scc | |||
@@ -5,3 +5,4 @@ define KARCH arm | |||
5 | include ktypes/tiny | 5 | include ktypes/tiny |
6 | branch meta | 6 | branch meta |
7 | include zynq-tiny.scc | 7 | include zynq-tiny.scc |
8 | include cfg/zynq/rtc.scc | ||