summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq-common.inc')
-rw-r--r--recipes-kernel/linux/linux-qoriq-common.inc19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-kernel/linux/linux-qoriq-common.inc b/recipes-kernel/linux/linux-qoriq-common.inc
index afac7ac..8270093 100644
--- a/recipes-kernel/linux/linux-qoriq-common.inc
+++ b/recipes-kernel/linux/linux-qoriq-common.inc
@@ -7,10 +7,6 @@ SRC_URI += "file://b4860-hard_irq_disable-bug.patch \
7 file://powerpc-fsl-booke64-Set-vmemmap_psize-to-4K.patch \ 7 file://powerpc-fsl-booke64-Set-vmemmap_psize-to-4K.patch \
8 " 8 "
9 9
10SRC_URI_append_t4240rdb-64b = " file://dts/t4240rdb-usdpaa-enea.dts"
11SRC_URI_append_p2041rdb = " file://dts/p2041rdb-usdpaa-enea.dts"
12SRC_URI_append_p3041ds = " file://dts/p3041ds-usdpaa-enea.dts"
13
14ENEA_KERNEL_FRAGMENTS += "\ 10ENEA_KERNEL_FRAGMENTS += "\
15 cfg/localversion.cfg \ 11 cfg/localversion.cfg \
16 cfg/with_modules.cfg \ 12 cfg/with_modules.cfg \
@@ -44,20 +40,5 @@ ENEA_KERNEL_FRAGMENTS_append_p2020rdb=" \
44DELTA_KERNEL_DEFCONFIG += " ${ENEA_KERNEL_FRAGMENTS} \ 40DELTA_KERNEL_DEFCONFIG += " ${ENEA_KERNEL_FRAGMENTS} \
45 " 41 "
46 42
47KERNEL_DEVICETREE_append_t4240rdb-64b = " t4240rdb-usdpaa-enea.dtb"
48KERNEL_DEVICETREE_append_p2041rdb = " p2041rdb-usdpaa-enea.dtb"
49KERNEL_DEVICETREE_append_p3041ds = " p3041ds-usdpaa-enea.dtb"
50
51require recipes-kernel/linux/pramfs-3.12.inc 43require recipes-kernel/linux/pramfs-3.12.inc
52 44
53do_configure_prepend_t4240rdb-64b() {
54 cp ${WORKDIR}/dts/t4240rdb-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/
55}
56
57do_configure_prepend_p2041rdb() {
58 cp ${WORKDIR}/dts/p2041rdb-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/
59}
60
61do_configure_prepend_p3041ds() {
62 cp ${WORKDIR}/dts/p3041ds-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/
63}