summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240rdb-64b.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-05-07 19:47:29 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-08 10:12:17 -0300
commitc32d8abe0c0381c486c96629415ae1e765d8599e (patch)
treec9be1caa139b35f3934ba85faffd070990f2f900 /conf/machine/t4240rdb-64b.conf
parentfa5c18a91cfd0fa3478fb6ead2898ac9e1942bd9 (diff)
downloadmeta-freescale-c32d8abe0c0381c486c96629415ae1e765d8599e.tar.gz
qoriq-ppc: add fsl/ prefix in KERNEL_DEVICETREE
Fix below issue when compiling linux-qoriq: make[2]: *** No rule to make target 'arch/powerpc/boot/dts/p4080ds.dtb'. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf/machine/t4240rdb-64b.conf')
-rw-r--r--conf/machine/t4240rdb-64b.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf
index 14e1aa1a..7073e2a9 100644
--- a/conf/machine/t4240rdb-64b.conf
+++ b/conf/machine/t4240rdb-64b.conf
@@ -14,7 +14,7 @@ UBOOT_CONFIG[nor] = "T4240RDB_config,,u-boot-with-dtb.bin"
14 14
15HV_CFG_M = "t4240rdb" 15HV_CFG_M = "t4240rdb"
16 16
17KERNEL_DEVICETREE ?= "t4240rdb.dtb" 17KERNEL_DEVICETREE ?= "fsl/t4240rdb.dtb"
18KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" 18KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
19 19
20JFFS2_ERASEBLOCK = "0x10000" 20JFFS2_ERASEBLOCK = "0x10000"