From fb40d86c2e670efe7f460aa9a22c4343d7d2ad32 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Mon, 5 Jan 2015 18:32:25 +0800 Subject: t104x: use kernel defconfig corenet_fmanv3_smp_defconfig The defconfig in kernel source was renamed. Signed-off-by: Ting Liu --- 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" -- cgit v1.2.3-54-g00ecf