[meta-freescale] [meta-fsl-ppc][dylan][PATCH 23/30] b4/t4: use e6500rev2_defconfig as default config

b28495 at freescale.com b28495 at freescale.com
Tue Jan 7 05:09:45 PST 2014


From: Zhenhua Luo <zhenhua.luo at freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
Signed-off-by: Ting Liu <b28495 at freescale.com>
---
 conf/machine/b4420qds-64b.conf |    2 +-
 conf/machine/b4420qds.conf     |    2 +-
 conf/machine/b4860qds-64b.conf |    2 +-
 conf/machine/b4860qds.conf     |    2 +-
 conf/machine/t4160qds-64b.conf |    2 +-
 conf/machine/t4160qds.conf     |    2 +-
 conf/machine/t4240qds-64b.conf |    2 +-
 conf/machine/t4240qds.conf     |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf
index 0f9abed..07d0ca9 100644
--- a/conf/machine/b4420qds-64b.conf
+++ b/conf/machine/b4420qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "b4420"
 # TODO: fix 32bit build of u-boot
 UBOOT_MACHINES ?= "B4420QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts ${S}/arch/powerpc/boot/dts/b4420qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index 9394a86..e8fa574 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "b4420"
 UBOOT_MACHINES ?= "B4420QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts ${S}/arch/powerpc/boot/dts/b4420qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
index 7cd18f9..7853cb6 100644
--- a/conf/machine/b4860qds-64b.conf
+++ b/conf/machine/b4860qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "b4860"
 UBOOT_MACHINES ?= "B4860QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4860qds.dts \
 	${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf
index 1143a65..246f4ad 100644
--- a/conf/machine/b4860qds.conf
+++ b/conf/machine/b4860qds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "b4860"
 UBOOT_MACHINES ?= "B4860QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4860qds.dts \
 	${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf
index e8d4475..c504c03 100644
--- a/conf/machine/t4160qds-64b.conf
+++ b/conf/machine/t4160qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "t4160"
 UBOOT_MACHINES ?= "T4160QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index 71b4efb..a2e7f47 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "t4160"
 UBOOT_MACHINES ?= "T4160QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf
index 31345b1..2a77116 100644
--- a/conf/machine/t4240qds-64b.conf
+++ b/conf/machine/t4240qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "t4240"
 UBOOT_MACHINES ?= "T4240QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index a348fe1..18bd99c 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "t4240"
 UBOOT_MACHINES ?= "T4240QDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
 	${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 
-- 
1.7.3.4




More information about the meta-freescale mailing list