[meta-freescale] [meta-fsl-ppc][PATCH 07/20] t104x: use kernel defconfig corenet_fmanv3_smp_defconfig

ting.liu at freescale.com ting.liu at freescale.com
Mon Jan 5 02:32:25 PST 2015


From: Ting Liu <ting.liu at freescale.com>

The defconfig in kernel source was renamed.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 conf/machine/t1040rdb-64b.conf    | 2 +-
 conf/machine/t1040rdb.conf        | 2 +-
 conf/machine/t1042rdb-64b.conf    | 2 +-
 conf/machine/t1042rdb-pi-64b.conf | 2 +-
 conf/machine/t1042rdb-pi.conf     | 2 +-
 conf/machine/t1042rdb.conf        | 2 +-
 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
 SOC_FAMILY = "t1:t1040"
 UBOOT_MACHINES ?= "T1040RDB"
 KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
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
 SOC_FAMILY = "t1:t1040"
 UBOOT_MACHINES ?= "T1040RDB"
 KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
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
 SOC_FAMILY = "t1:t1042"
 UBOOT_MACHINES ?= "T1042RDB_PI"
 KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
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
 SOC_FAMILY = "t1:t1042"
 UBOOT_MACHINES ?= "T1042RDB_PI"
 KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
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
 SOC_FAMILY = "t1:t1042"
 UBOOT_MACHINES ?= "T1042RDB_PI"
 KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
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
 SOC_FAMILY = "t1:t1042"
 UBOOT_MACHINES ?= "T1042RDB_PI"
 KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
-- 
1.9.1



More information about the meta-freescale mailing list