summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-24 15:48:13 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-29 17:15:53 +0800
commit2fc8578b5733e4b3286d9e7586c0ce8664fa42b8 (patch)
tree3c032cfa2de4603752f3a24cdd9df3d09584af3b /meta-fsl-ppc
parentbb2a86b76a88d70bb711048bb10510c3ace30655 (diff)
downloadmeta-freescale-2fc8578b5733e4b3286d9e7586c0ce8664fa42b8.tar.gz
add more generic SOC_FAMILY name t1/t2/t4/b4
currently the SOC_FAMILY name only cover 32b/64b for each one. add a more generic one to make it more usable. Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r--meta-fsl-ppc/conf/machine/b4420qds-64b.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/b4420qds.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/b4860qds-64b.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/b4860qds.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t1040rdb-64b.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t1040rdb.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t1042rdb-64b.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t1042rdb.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t2080qds-64b.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t2080qds.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t2080rdb-64b.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t2080rdb.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t4160qds-64b.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t4160qds.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t4240qds-64b.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t4240qds.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t4240rdb-64b.conf2
-rw-r--r--meta-fsl-ppc/conf/machine/t4240rdb.conf2
18 files changed, 18 insertions, 18 deletions
diff --git a/meta-fsl-ppc/conf/machine/b4420qds-64b.conf b/meta-fsl-ppc/conf/machine/b4420qds-64b.conf
index a623c84f4..c0487d902 100644
--- a/meta-fsl-ppc/conf/machine/b4420qds-64b.conf
+++ b/meta-fsl-ppc/conf/machine/b4420qds-64b.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500-64b.inc 7require conf/machine/include/e6500-64b.inc
8 8
9SOC_FAMILY = "b4420" 9SOC_FAMILY = "b4:b4420"
10UBOOT_MACHINES ?= "B4420QDS" 10UBOOT_MACHINES ?= "B4420QDS"
11KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/b4420qds.conf b/meta-fsl-ppc/conf/machine/b4420qds.conf
index fa1187b20..94ab1d33f 100644
--- a/meta-fsl-ppc/conf/machine/b4420qds.conf
+++ b/meta-fsl-ppc/conf/machine/b4420qds.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500.inc 7require conf/machine/include/e6500.inc
8 8
9SOC_FAMILY = "b4420" 9SOC_FAMILY = "b4:b4420"
10UBOOT_MACHINES ?= "B4420QDS" 10UBOOT_MACHINES ?= "B4420QDS"
11KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/b4860qds-64b.conf b/meta-fsl-ppc/conf/machine/b4860qds-64b.conf
index 3ba56482e..acc72d466 100644
--- a/meta-fsl-ppc/conf/machine/b4860qds-64b.conf
+++ b/meta-fsl-ppc/conf/machine/b4860qds-64b.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500-64b.inc 7require conf/machine/include/e6500-64b.inc
8 8
9SOC_FAMILY = "b4860" 9SOC_FAMILY = "b4:b4860"
10UBOOT_MACHINES ?= "B4860QDS" 10UBOOT_MACHINES ?= "B4860QDS"
11KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/b4860qds.conf b/meta-fsl-ppc/conf/machine/b4860qds.conf
index 972d29f86..c2d28edbe 100644
--- a/meta-fsl-ppc/conf/machine/b4860qds.conf
+++ b/meta-fsl-ppc/conf/machine/b4860qds.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500.inc 7require conf/machine/include/e6500.inc
8 8
9SOC_FAMILY = "b4860" 9SOC_FAMILY = "b4:b4860"
10UBOOT_MACHINES ?= "B4860QDS" 10UBOOT_MACHINES ?= "B4860QDS"
11KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t1040rdb-64b.conf b/meta-fsl-ppc/conf/machine/t1040rdb-64b.conf
index b4ea5c866..603bc30dd 100644
--- a/meta-fsl-ppc/conf/machine/t1040rdb-64b.conf
+++ b/meta-fsl-ppc/conf/machine/t1040rdb-64b.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e5500-64b.inc 7require conf/machine/include/e5500-64b.inc
8 8
9SOC_FAMILY = "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/t1040_64bit_smp_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t1040rdb.conf b/meta-fsl-ppc/conf/machine/t1040rdb.conf
index 684cf8ee2..eaac98fa4 100644
--- a/meta-fsl-ppc/conf/machine/t1040rdb.conf
+++ b/meta-fsl-ppc/conf/machine/t1040rdb.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e5500.inc 7require conf/machine/include/e5500.inc
8 8
9SOC_FAMILY = "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/t1040_32bit_smp_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf b/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf
index 0141e1027..c3f783856 100644
--- a/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf
+++ b/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e5500-64b.inc 7require conf/machine/include/e5500-64b.inc
8 8
9SOC_FAMILY = "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/t1040_64bit_smp_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t1042rdb.conf b/meta-fsl-ppc/conf/machine/t1042rdb.conf
index 1f13d86c9..feb5049c5 100644
--- a/meta-fsl-ppc/conf/machine/t1042rdb.conf
+++ b/meta-fsl-ppc/conf/machine/t1042rdb.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e5500.inc 7require conf/machine/include/e5500.inc
8 8
9SOC_FAMILY = "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/t1040_32bit_smp_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t2080qds-64b.conf b/meta-fsl-ppc/conf/machine/t2080qds-64b.conf
index e2b5682fe..6b0f94362 100644
--- a/meta-fsl-ppc/conf/machine/t2080qds-64b.conf
+++ b/meta-fsl-ppc/conf/machine/t2080qds-64b.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500-64b.inc 7require conf/machine/include/e6500-64b.inc
8 8
9SOC_FAMILY = "t2080" 9SOC_FAMILY = "t2:t2080"
10UBOOT_MACHINES ?= "T2080QDS T2080QDS_SDCARD T2080QDS_SPIFLASH T2080QDS_NAND T2080QDS_SRIO_PCIE_BOOT" 10UBOOT_MACHINES ?= "T2080QDS T2080QDS_SDCARD T2080QDS_SPIFLASH T2080QDS_NAND T2080QDS_SRIO_PCIE_BOOT"
11KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t2080qds.conf b/meta-fsl-ppc/conf/machine/t2080qds.conf
index dfa6b090c..c675aecdc 100644
--- a/meta-fsl-ppc/conf/machine/t2080qds.conf
+++ b/meta-fsl-ppc/conf/machine/t2080qds.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500.inc 7require conf/machine/include/e6500.inc
8 8
9SOC_FAMILY = "t2080" 9SOC_FAMILY = "t2:t2080"
10UBOOT_MACHINES ?= "T2080QDS T2080QDS_SDCARD T2080QDS_SPIFLASH T2080QDS_NAND T2080QDS_SRIO_PCIE_BOOT" 10UBOOT_MACHINES ?= "T2080QDS T2080QDS_SDCARD T2080QDS_SPIFLASH T2080QDS_NAND T2080QDS_SRIO_PCIE_BOOT"
11KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t2080rdb-64b.conf b/meta-fsl-ppc/conf/machine/t2080rdb-64b.conf
index 5d4eed434..22f3f0fd1 100644
--- a/meta-fsl-ppc/conf/machine/t2080rdb-64b.conf
+++ b/meta-fsl-ppc/conf/machine/t2080rdb-64b.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500-64b.inc 7require conf/machine/include/e6500-64b.inc
8 8
9SOC_FAMILY = "t2080" 9SOC_FAMILY = "t2:t2080"
10UBOOT_MACHINES ?= "T2080RDB T2080RDB_SDCARD T2080RDB_SPIFLASH T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT" 10UBOOT_MACHINES ?= "T2080RDB T2080RDB_SDCARD T2080RDB_SPIFLASH T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT"
11KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t2080rdb.conf b/meta-fsl-ppc/conf/machine/t2080rdb.conf
index 08d2dd723..67b6d920e 100644
--- a/meta-fsl-ppc/conf/machine/t2080rdb.conf
+++ b/meta-fsl-ppc/conf/machine/t2080rdb.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500.inc 7require conf/machine/include/e6500.inc
8 8
9SOC_FAMILY = "t2080" 9SOC_FAMILY = "t2:t2080"
10UBOOT_MACHINES ?= "T2080RDB T2080RDB_SDCARD T2080RDB_SPIFLASH T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT" 10UBOOT_MACHINES ?= "T2080RDB T2080RDB_SDCARD T2080RDB_SPIFLASH T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT"
11KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t4160qds-64b.conf b/meta-fsl-ppc/conf/machine/t4160qds-64b.conf
index 3f35e57b1..970e54eb2 100644
--- a/meta-fsl-ppc/conf/machine/t4160qds-64b.conf
+++ b/meta-fsl-ppc/conf/machine/t4160qds-64b.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500-64b.inc 7require conf/machine/include/e6500-64b.inc
8 8
9SOC_FAMILY = "t4160" 9SOC_FAMILY = "t4:t4160"
10UBOOT_MACHINES ?= "T4160QDS" 10UBOOT_MACHINES ?= "T4160QDS"
11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t4160qds.conf b/meta-fsl-ppc/conf/machine/t4160qds.conf
index f87b58e5c..66c114e2b 100644
--- a/meta-fsl-ppc/conf/machine/t4160qds.conf
+++ b/meta-fsl-ppc/conf/machine/t4160qds.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500.inc 7require conf/machine/include/e6500.inc
8 8
9SOC_FAMILY = "t4160" 9SOC_FAMILY = "t4:t4160"
10UBOOT_MACHINES ?= "T4160QDS" 10UBOOT_MACHINES ?= "T4160QDS"
11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t4240qds-64b.conf b/meta-fsl-ppc/conf/machine/t4240qds-64b.conf
index 510b813e7..5d1c12ac1 100644
--- a/meta-fsl-ppc/conf/machine/t4240qds-64b.conf
+++ b/meta-fsl-ppc/conf/machine/t4240qds-64b.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500-64b.inc 7require conf/machine/include/e6500-64b.inc
8 8
9SOC_FAMILY = "t4240" 9SOC_FAMILY = "t4:t4240"
10UBOOT_MACHINES ?= "T4240QDS" 10UBOOT_MACHINES ?= "T4240QDS"
11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t4240qds.conf b/meta-fsl-ppc/conf/machine/t4240qds.conf
index 58e520001..06673fa43 100644
--- a/meta-fsl-ppc/conf/machine/t4240qds.conf
+++ b/meta-fsl-ppc/conf/machine/t4240qds.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500.inc 7require conf/machine/include/e6500.inc
8 8
9SOC_FAMILY = "t4240" 9SOC_FAMILY = "t4:t4240"
10UBOOT_MACHINES ?= "T4240QDS" 10UBOOT_MACHINES ?= "T4240QDS"
11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t4240rdb-64b.conf b/meta-fsl-ppc/conf/machine/t4240rdb-64b.conf
index ea458957f..097406643 100644
--- a/meta-fsl-ppc/conf/machine/t4240rdb-64b.conf
+++ b/meta-fsl-ppc/conf/machine/t4240rdb-64b.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500-64b.inc 7require conf/machine/include/e6500-64b.inc
8 8
9SOC_FAMILY = "t4240" 9SOC_FAMILY = "t4:t4240"
10UBOOT_MACHINES ?= "T4240RDB" 10UBOOT_MACHINES ?= "T4240RDB"
11KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb t4240rdb-usdpaa-shared-interfaces.dtb" 11KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb t4240rdb-usdpaa-shared-interfaces.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/t4240rdb.conf b/meta-fsl-ppc/conf/machine/t4240rdb.conf
index ec9c5bbcc..e4c31f905 100644
--- a/meta-fsl-ppc/conf/machine/t4240rdb.conf
+++ b/meta-fsl-ppc/conf/machine/t4240rdb.conf
@@ -6,7 +6,7 @@
6 6
7require conf/machine/include/e6500.inc 7require conf/machine/include/e6500.inc
8 8
9SOC_FAMILY = "t4240" 9SOC_FAMILY = "t4:t4240"
10UBOOT_MACHINES ?= "T4240RDB" 10UBOOT_MACHINES ?= "T4240RDB"
11KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb t4240rdb-usdpaa-shared-interfaces.dtb" 11KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb t4240rdb-usdpaa-shared-interfaces.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"