summaryrefslogtreecommitdiffstats
path: root/conf/machine/t1024rdb-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/t1024rdb-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/t1024rdb-64b.conf')
-rw-r--r--conf/machine/t1024rdb-64b.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
index 5b72f91e..19b8d0be 100644
--- a/conf/machine/t1024rdb-64b.conf
+++ b/conf/machine/t1024rdb-64b.conf
@@ -18,7 +18,7 @@ UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
18 18
19HV_CFG_M = "t1024rdb" 19HV_CFG_M = "t1024rdb"
20 20
21KERNEL_DEVICETREE ?= "t1024rdb.dtb" 21KERNEL_DEVICETREE ?= "fsl/t1024rdb.dtb"
22KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" 22KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
23 23
24JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"