From 9d5facaa5677e2bc683332a77ac8549561c6504f Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Thu, 1 Nov 2012 14:31:46 +0800 Subject: [PATCH] correct the dts name for t4240qds t4240.dts => t4240qds.dts Signed-off-by: Zhenhua Luo --- meta-fsl-ppc/conf/machine/t4240qds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-fsl-ppc/conf/machine/t4240qds.conf b/meta-fsl-ppc/conf/machine/t4240qds.conf index 3ad7ae20..934b5254 100644 --- a/meta-fsl-ppc/conf/machine/t4240qds.conf +++ b/meta-fsl-ppc/conf/machine/t4240qds.conf @@ -4,7 +4,7 @@ require e6500.inc UBOOT_MACHINES ?= "T4240QDS" -KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240.dts" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" -- 2.40.1