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/p2020rdb.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/p2020rdb.conf')
-rw-r--r-- | conf/machine/p2020rdb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf index b3303629..40e279d2 100644 --- a/conf/machine/p2020rdb.conf +++ b/conf/machine/p2020rdb.conf | |||
@@ -20,7 +20,7 @@ UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config,,u-boot-with-spl.bi | |||
20 | UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot-with-spl.bin" | 20 | UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot-with-spl.bin" |
21 | UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot-with-spl.bin" | 21 | UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot-with-spl.bin" |
22 | 22 | ||
23 | KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb" | 23 | KERNEL_DEVICETREE ?= "fsl/p2020rdb-pc_32b.dtb" |
24 | KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig" | 24 | KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig" |
25 | 25 | ||
26 | JFFS2_ERASEBLOCK = "0x20000" | 26 | JFFS2_ERASEBLOCK = "0x20000" |