summaryrefslogtreecommitdiffstats
path: root/conf/machine/mpc8548cds.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/mpc8548cds.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/mpc8548cds.conf')
-rw-r--r--conf/machine/mpc8548cds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf
index 7ed06faf..c7c49ddc 100644
--- a/conf/machine/mpc8548cds.conf
+++ b/conf/machine/mpc8548cds.conf
@@ -8,7 +8,7 @@ require conf/machine/include/e500v2.inc
8UBOOT_CONFIG ??= "nor" 8UBOOT_CONFIG ??= "nor"
9UBOOT_CONFIG[nor] = "MPC8548CDS_defconfig,,u-boot-with-dtb.bin" 9UBOOT_CONFIG[nor] = "MPC8548CDS_defconfig,,u-boot-with-dtb.bin"
10 10
11KERNEL_DEVICETREE = "mpc8548cds_32b.dtb" 11KERNEL_DEVICETREE = "fsl/mpc8548cds_32b.dtb"
12KERNEL_DEFCONFIG = "mpc85xx_defconfig" 12KERNEL_DEFCONFIG = "mpc85xx_defconfig"
13 13
14USE_VT ?= "0" 14USE_VT ?= "0"