summaryrefslogtreecommitdiffstats
path: root/conf/machine
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
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')
-rw-r--r--conf/machine/mpc8548cds.conf2
-rw-r--r--conf/machine/p1020rdb.conf2
-rw-r--r--conf/machine/p2020rdb.conf2
-rw-r--r--conf/machine/p2041rdb.conf2
-rw-r--r--conf/machine/p3041ds.conf2
-rw-r--r--conf/machine/p4080ds.conf2
-rw-r--r--conf/machine/p5040ds-64b.conf2
-rw-r--r--conf/machine/p5040ds.conf2
-rw-r--r--conf/machine/t1024rdb-64b.conf2
-rw-r--r--conf/machine/t1024rdb.conf2
-rw-r--r--conf/machine/t1042d4rdb-64b.conf2
-rw-r--r--conf/machine/t1042d4rdb.conf2
-rw-r--r--conf/machine/t2080rdb-64b.conf2
-rw-r--r--conf/machine/t2080rdb.conf2
-rw-r--r--conf/machine/t4240rdb-64b.conf2
-rw-r--r--conf/machine/t4240rdb.conf2
16 files changed, 16 insertions, 16 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"
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"
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
20UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot-with-spl.bin" 20UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot-with-spl.bin"
21UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot-with-spl.bin" 21UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot-with-spl.bin"
22 22
23KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb" 23KERNEL_DEVICETREE ?= "fsl/p2020rdb-pc_32b.dtb"
24KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig" 24KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig"
25 25
26JFFS2_ERASEBLOCK = "0x20000" 26JFFS2_ERASEBLOCK = "0x20000"
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
index c35c84a4..685d327c 100644
--- a/conf/machine/p2041rdb.conf
+++ b/conf/machine/p2041rdb.conf
@@ -18,7 +18,7 @@ UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config,,u-boot.pbl"
18 18
19HV_CFG_M = "p2041rdb" 19HV_CFG_M = "p2041rdb"
20 20
21KERNEL_DEVICETREE ?= "p2041rdb.dtb" 21KERNEL_DEVICETREE ?= "fsl/p2041rdb.dtb"
22KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig" 22KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
23 23
24JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
index 1b828ac4..2fbe0f66 100644
--- a/conf/machine/p3041ds.conf
+++ b/conf/machine/p3041ds.conf
@@ -18,7 +18,7 @@ UBOOT_CONFIG[spi] = "P3041DS_SPIFLASH_config,,u-boot.pbl"
18 18
19HV_CFG_M = "p3041ds" 19HV_CFG_M = "p3041ds"
20 20
21KERNEL_DEVICETREE ?= "p3041ds.dtb" 21KERNEL_DEVICETREE ?= "fsl/p3041ds.dtb"
22KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig" 22KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
23 23
24JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index b3b012ca..d2f133a0 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -17,7 +17,7 @@ UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config,,u-boot.pbl"
17 17
18HV_CFG_M = "p4080ds" 18HV_CFG_M = "p4080ds"
19 19
20KERNEL_DEVICETREE ?= "p4080ds.dtb" 20KERNEL_DEVICETREE ?= "fsl/p4080ds.dtb"
21KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig" 21KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
22 22
23JFFS2_ERASEBLOCK = "0x10000" 23JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf
index 31bb333a..4dc9030c 100644
--- a/conf/machine/p5040ds-64b.conf
+++ b/conf/machine/p5040ds-64b.conf
@@ -18,7 +18,7 @@ UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config,,u-boot.pbl"
18 18
19HV_CFG_M = "p5040ds" 19HV_CFG_M = "p5040ds"
20 20
21KERNEL_DEVICETREE ?= "p5040ds.dtb" 21KERNEL_DEVICETREE ?= "fsl/p5040ds.dtb"
22KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" 22KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
23 23
24JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index 078ef3c2..8ab15ae2 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -18,7 +18,7 @@ UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config,,u-boot.pbl"
18 18
19HV_CFG_M = "p5040ds" 19HV_CFG_M = "p5040ds"
20 20
21KERNEL_DEVICETREE ?= "p5040ds.dtb" 21KERNEL_DEVICETREE ?= "fsl/p5040ds.dtb"
22KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig" 22KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
23 23
24JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"
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"
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
index e93db6b6..0665463f 100644
--- a/conf/machine/t1024rdb.conf
+++ b/conf/machine/t1024rdb.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 ?= "corenet32_smp_defconfig" 22KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
23 23
24JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"
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
19HV_CFG_M = "t1040rdb" 19HV_CFG_M = "t1040rdb"
20 20
21KERNEL_DEVICETREE ?= "t1042d4rdb.dtb" 21KERNEL_DEVICETREE ?= "fsl/t1042d4rdb.dtb"
22KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" 22KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
23 23
24JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/t1042d4rdb.conf b/conf/machine/t1042d4rdb.conf
index e5dff42d..a27f2b5e 100644
--- a/conf/machine/t1042d4rdb.conf
+++ b/conf/machine/t1042d4rdb.conf
@@ -18,7 +18,7 @@ UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config,,u-boot.bin"
18 18
19HV_CFG_M = "t1040rdb" 19HV_CFG_M = "t1040rdb"
20 20
21KERNEL_DEVICETREE ?= "t1042d4rdb.dtb" 21KERNEL_DEVICETREE ?= "fsl/t1042d4rdb.dtb"
22KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig" 22KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
23 23
24JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf
index 0b7bc903..e0e7f477 100644
--- a/conf/machine/t2080rdb-64b.conf
+++ b/conf/machine/t2080rdb-64b.conf
@@ -19,7 +19,7 @@ UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
19 19
20HV_CFG_M = "t2080rdb" 20HV_CFG_M = "t2080rdb"
21 21
22KERNEL_DEVICETREE ?= "t2080rdb.dtb" 22KERNEL_DEVICETREE ?= "fsl/t2080rdb.dtb"
23KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" 23KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
24 24
25JFFS2_ERASEBLOCK = "0x10000" 25JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
index dbfa393e..bb3db687 100644
--- a/conf/machine/t2080rdb.conf
+++ b/conf/machine/t2080rdb.conf
@@ -19,7 +19,7 @@ UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
19 19
20HV_CFG_M = "t2080rdb" 20HV_CFG_M = "t2080rdb"
21 21
22KERNEL_DEVICETREE ?= "t2080rdb.dtb" 22KERNEL_DEVICETREE ?= "fsl/t2080rdb.dtb"
23KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" 23KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
24 24
25JFFS2_ERASEBLOCK = "0x10000" 25JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf
index 14e1aa1a..7073e2a9 100644
--- a/conf/machine/t4240rdb-64b.conf
+++ b/conf/machine/t4240rdb-64b.conf
@@ -14,7 +14,7 @@ UBOOT_CONFIG[nor] = "T4240RDB_config,,u-boot-with-dtb.bin"
14 14
15HV_CFG_M = "t4240rdb" 15HV_CFG_M = "t4240rdb"
16 16
17KERNEL_DEVICETREE ?= "t4240rdb.dtb" 17KERNEL_DEVICETREE ?= "fsl/t4240rdb.dtb"
18KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" 18KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
19 19
20JFFS2_ERASEBLOCK = "0x10000" 20JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
index 2d58a692..1f8cb83c 100644
--- a/conf/machine/t4240rdb.conf
+++ b/conf/machine/t4240rdb.conf
@@ -14,7 +14,7 @@ UBOOT_CONFIG[nor] = "T4240RDB_config,,u-boot-with-dtb.bin"
14 14
15HV_CFG_M = "t4240rdb" 15HV_CFG_M = "t4240rdb"
16 16
17KERNEL_DEVICETREE ?= "t4240rdb.dtb" 17KERNEL_DEVICETREE ?= "fsl/t4240rdb.dtb"
18KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" 18KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
19 19
20JFFS2_ERASEBLOCK = "0x10000" 20JFFS2_ERASEBLOCK = "0x10000"