summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1020rdb.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/p1020rdb.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/p1020rdb.conf')
-rw-r--r--conf/machine/p1020rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index ee73beb5..974213c1 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -20,7 +20,7 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
20UBOOT_SOURCE_SPI = "u-boot-with-spl.bin" 20UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
21UBOOT_SOURCE_SD = "u-boot-with-spl.bin" 21UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
22 22
23KERNEL_DEVICETREE ?= "p1020rdb-pd.dtb" 23KERNEL_DEVICETREE ?= "fsl/p1020rdb-pd.dtb"
24KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig" 24KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig"
25 25
26JFFS2_ERASEBLOCK = "0x20000" 26JFFS2_ERASEBLOCK = "0x20000"