diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-05-07 19:47:29 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-08 10:12:17 -0300 |
commit | c32d8abe0c0381c486c96629415ae1e765d8599e (patch) | |
tree | c9be1caa139b35f3934ba85faffd070990f2f900 /conf/machine/t1042d4rdb-64b.conf | |
parent | fa5c18a91cfd0fa3478fb6ead2898ac9e1942bd9 (diff) | |
download | meta-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/t1042d4rdb-64b.conf')
-rw-r--r-- | conf/machine/t1042d4rdb-64b.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t1042d4rdb-64b.conf b/conf/machine/t1042d4rdb-64b.conf index 71d68ccc..0e2bed55 100644 --- a/conf/machine/t1042d4rdb-64b.conf +++ b/conf/machine/t1042d4rdb-64b.conf | |||
@@ -18,7 +18,7 @@ UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config,,u-boot.bin" | |||
18 | 18 | ||
19 | HV_CFG_M = "t1040rdb" | 19 | HV_CFG_M = "t1040rdb" |
20 | 20 | ||
21 | KERNEL_DEVICETREE ?= "t1042d4rdb.dtb" | 21 | KERNEL_DEVICETREE ?= "fsl/t1042d4rdb.dtb" |
22 | KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" | 22 | KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" |
23 | 23 | ||
24 | JFFS2_ERASEBLOCK = "0x10000" | 24 | JFFS2_ERASEBLOCK = "0x10000" |