]> code.ossystems Code Review - meta-freescale.git/commitdiff
remove reference to usdpaa files that are not in public git tree
authorMatthew McClintock <msm@freescale.com>
Wed, 16 May 2012 17:43:23 +0000 (12:43 -0500)
committerMatthew McClintock <msm@freescale.com>
Wed, 16 May 2012 17:43:23 +0000 (12:43 -0500)
Signed-off-by: Matthew McClintock <msm@freescale.com>
meta-fsl-ppc/conf/machine/p2041rdb.conf
meta-fsl-ppc/conf/machine/p3041ds.conf
meta-fsl-ppc/conf/machine/p4080ds.conf
meta-fsl-ppc/conf/machine/p5020ds-64b.conf
meta-fsl-ppc/conf/machine/p5020ds.conf
meta-fsl-ppc/conf/machine/p5040ds.conf

index bc6b67a96baa8d7d10cf7572b5d21f260442f33e..7ec7dfe8163e0cfb114f56e30a725e2ba1f0ecff 100644 (file)
@@ -4,8 +4,7 @@
 require e500mc.inc
 
 UBOOT_MACHINES = "P2041RDB P2041RDB_SECURE_BOOT P2041RDB_SDCARD P2041RDB_SPIFLASH"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2041rdb.dts \
-                       ${S}/arch/powerpc/boot/dts/p2041rdb-usdpaa.dts"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2041rdb.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
index facfc4af9bb74408f34b22b4ed3301c954b20a6e..a948d392084efad45d8442d811ad0d6ef31d2844 100644 (file)
@@ -4,8 +4,7 @@
 require e500mc.inc
 
 UBOOT_MACHINES = "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT P3041DS_SRIOBOOT_MASTER P3041DS_SRIOBOOT_SLAVE P3041DS_SDCARD P3041DS_SPIFLASH"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p3041ds.dts \
-                       ${S}/arch/powerpc/boot/dts/p3041ds-usdpaa.dts"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p3041ds.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
index cebedc98bb1789e8bc92b4de13c1f82a54675de3..c7121a8cbd1902998990cafd6169e470400f963d 100644 (file)
@@ -4,8 +4,7 @@
 require e500mc.inc
 
 UBOOT_MACHINES = "P4080DS P4080DS_SECURE_BOOT P4080DS_SRIOBOOT_MASTER P4080DS_SRIOBOOT_SLAVE P4080DS_SDCARD P4080DS_SPIFLASH "
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p4080ds.dts \
-                       ${S}/arch/powerpc/boot/dts/p4080ds-usdpaa.dts"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p4080ds.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
index e9e919df09bf53f94c79f18c1b6a7acca68d51c0..1d1698576a0fce2559788ebd20d512fd5c95ce68 100644 (file)
@@ -5,8 +5,7 @@ require e5500-64b.inc
 
 # TODO: fix 32bit build of u-boot for p5020ds-64b
 UBOOT_MACHINES = "P5020DS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts \
-                       ${S}/arch/powerpc/boot/dts/p5020ds-usdpaa.dts"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
index ab6401449a1017324cbfc510a1b655a84351a501..059296f592eb63efd1889b8d11ccd690af40c32a 100644 (file)
@@ -4,8 +4,7 @@
 require e5500.inc
 
 UBOOT_MACHINES = "P5020DS P5020DS_NAND P5020DS_SECURE_BOOT P5020DS_SRIOBOOT_MASTER P5020DS_SRIOBOOT_SLAVE P5020DS_SDCARD P5020DS_SPIFLASH "
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts \
-                       ${S}/arch/powerpc/boot/dts/p5020ds-usdpaa.dts"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
index b8998cacde06c2a9cfd6fdf8be7c586e2acf8995..09634bc68b0c5b5f9e9c90ddca5f2f21f2180404 100644 (file)
@@ -4,8 +4,7 @@
 require e5500.inc
 
 UBOOT_MACHINES = "P5040DS"
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
-                       ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"