summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-01-05 18:32:25 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-07 10:15:18 +0800
commitfb40d86c2e670efe7f460aa9a22c4343d7d2ad32 (patch)
tree8a65954e74da16d6f17927ef3c7ad8cae043120b
parent3279bb2e19fa0aa0554e12a3c67ed53dd704b97d (diff)
downloadmeta-fsl-ppc-fb40d86c2e670efe7f460aa9a22c4343d7d2ad32.tar.gz
t104x: use kernel defconfig corenet_fmanv3_smp_defconfig
The defconfig in kernel source was renamed. Signed-off-by: Ting Liu <ting.liu@freescale.com>
-rw-r--r--conf/machine/t1040rdb-64b.conf2
-rw-r--r--conf/machine/t1040rdb.conf2
-rw-r--r--conf/machine/t1042rdb-64b.conf2
-rw-r--r--conf/machine/t1042rdb-pi-64b.conf2
-rw-r--r--conf/machine/t1042rdb-pi.conf2
-rw-r--r--conf/machine/t1042rdb.conf2
6 files changed, 6 insertions, 6 deletions
diff --git a/conf/machine/t1040rdb-64b.conf b/conf/machine/t1040rdb-64b.conf
index 603bc30..7e52b72 100644
--- a/conf/machine/t1040rdb-64b.conf
+++ b/conf/machine/t1040rdb-64b.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500-64b.inc
9SOC_FAMILY = "t1:t1040" 9SOC_FAMILY = "t1:t1040"
10UBOOT_MACHINES ?= "T1040RDB" 10UBOOT_MACHINES ?= "T1040RDB"
11KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
13 13
14JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
15 15
diff --git a/conf/machine/t1040rdb.conf b/conf/machine/t1040rdb.conf
index eaac98f..d108819 100644
--- a/conf/machine/t1040rdb.conf
+++ b/conf/machine/t1040rdb.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500.inc
9SOC_FAMILY = "t1:t1040" 9SOC_FAMILY = "t1:t1040"
10UBOOT_MACHINES ?= "T1040RDB" 10UBOOT_MACHINES ?= "T1040RDB"
11KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
13 13
14JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
15 15
diff --git a/conf/machine/t1042rdb-64b.conf b/conf/machine/t1042rdb-64b.conf
index cd01bc4..23c4a0f 100644
--- a/conf/machine/t1042rdb-64b.conf
+++ b/conf/machine/t1042rdb-64b.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500-64b.inc
9SOC_FAMILY = "t1:t1042" 9SOC_FAMILY = "t1:t1042"
10UBOOT_MACHINES ?= "T1042RDB_PI" 10UBOOT_MACHINES ?= "T1042RDB_PI"
11KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" 11KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
13 13
14JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
15 15
diff --git a/conf/machine/t1042rdb-pi-64b.conf b/conf/machine/t1042rdb-pi-64b.conf
index 6ec3436..1b0adea 100644
--- a/conf/machine/t1042rdb-pi-64b.conf
+++ b/conf/machine/t1042rdb-pi-64b.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500-64b.inc
9SOC_FAMILY = "t1:t1042" 9SOC_FAMILY = "t1:t1042"
10UBOOT_MACHINES ?= "T1042RDB_PI" 10UBOOT_MACHINES ?= "T1042RDB_PI"
11KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" 11KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
13 13
14JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
15 15
diff --git a/conf/machine/t1042rdb-pi.conf b/conf/machine/t1042rdb-pi.conf
index fdd4d73..7a529c3 100644
--- a/conf/machine/t1042rdb-pi.conf
+++ b/conf/machine/t1042rdb-pi.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500.inc
9SOC_FAMILY = "t1:t1042" 9SOC_FAMILY = "t1:t1042"
10UBOOT_MACHINES ?= "T1042RDB_PI" 10UBOOT_MACHINES ?= "T1042RDB_PI"
11KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" 11KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
13 13
14JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
15 15
diff --git a/conf/machine/t1042rdb.conf b/conf/machine/t1042rdb.conf
index 40ba9f3..e10065b 100644
--- a/conf/machine/t1042rdb.conf
+++ b/conf/machine/t1042rdb.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500.inc
9SOC_FAMILY = "t1:t1042" 9SOC_FAMILY = "t1:t1042"
10UBOOT_MACHINES ?= "T1042RDB_PI" 10UBOOT_MACHINES ?= "T1042RDB_PI"
11KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" 11KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
13 13
14JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
15 15