summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-08-01 13:01:38 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-12 18:06:02 +0800
commit83ac71736d59db95f84d2276cb0dd1181bb54372 (patch)
tree3f1481f15f43a9da500e641add7cc2c1e84f5482 /conf
parentcffa1343f4a98ae357a9571203160253ebb5f74b (diff)
downloadmeta-fsl-ppc-83ac71736d59db95f84d2276cb0dd1181bb54372.tar.gz
b4/t4: use e6500rev2_defconfig as default config
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/b4420qds-64b.conf2
-rw-r--r--conf/machine/b4420qds.conf2
-rw-r--r--conf/machine/b4860qds-64b.conf2
-rw-r--r--conf/machine/b4860qds.conf2
-rw-r--r--conf/machine/t4160qds-64b.conf2
-rw-r--r--conf/machine/t4160qds.conf2
-rw-r--r--conf/machine/t4240qds-64b.conf2
-rw-r--r--conf/machine/t4240qds.conf2
8 files changed, 8 insertions, 8 deletions
diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf
index ec697ab..3a01dfa 100644
--- a/conf/machine/b4420qds-64b.conf
+++ b/conf/machine/b4420qds-64b.conf
@@ -9,7 +9,7 @@ SOC_FAMILY = "b4420"
9# TODO: fix 32bit build of u-boot 9# TODO: fix 32bit build of u-boot
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/e6500rev1_defconfig" 12KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
13 13
14JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
15 15
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index 2ae5b5b..84b7c9c 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
7SOC_FAMILY = "b4420" 7SOC_FAMILY = "b4420"
8UBOOT_MACHINES ?= "B4420QDS" 8UBOOT_MACHINES ?= "B4420QDS"
9KERNEL_DEVICETREE = "b4420qds.dtb b4420qds-usdpaa.dtb" 9KERNEL_DEVICETREE = "b4420qds.dtb b4420qds-usdpaa.dtb"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"
13 13
diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
index 06268ef..e9eacfe 100644
--- a/conf/machine/b4860qds-64b.conf
+++ b/conf/machine/b4860qds-64b.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "b4860"
8# TODO: fix 32bit build of u-boot 8# TODO: fix 32bit build of u-boot
9UBOOT_MACHINES ?= "B4860QDS" 9UBOOT_MACHINES ?= "B4860QDS"
10KERNEL_DEVICETREE = "b4860qds.dtb b4860qds-usdpaa.dtb" 10KERNEL_DEVICETREE = "b4860qds.dtb b4860qds-usdpaa.dtb"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" 11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
12 12
13JFFS2_ERASEBLOCK = "0x10000" 13JFFS2_ERASEBLOCK = "0x10000"
14 14
diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf
index 6ca29e3..17446c7 100644
--- a/conf/machine/b4860qds.conf
+++ b/conf/machine/b4860qds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
7SOC_FAMILY = "b4860" 7SOC_FAMILY = "b4860"
8UBOOT_MACHINES ?= "B4860QDS" 8UBOOT_MACHINES ?= "B4860QDS"
9KERNEL_DEVICETREE = "b4860qds.dtb b4860qds-usdpaa.dtb" 9KERNEL_DEVICETREE = "b4860qds.dtb b4860qds-usdpaa.dtb"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"
13 13
diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf
index af07526..67d8ba5 100644
--- a/conf/machine/t4160qds-64b.conf
+++ b/conf/machine/t4160qds-64b.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "t4160"
8# TODO: fix 32bit build of u-boot 8# TODO: fix 32bit build of u-boot
9UBOOT_MACHINES ?= "T4160QDS" 9UBOOT_MACHINES ?= "T4160QDS"
10KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb" 10KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" 11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
12 12
13JFFS2_ERASEBLOCK = "0x10000" 13JFFS2_ERASEBLOCK = "0x10000"
14 14
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index 150bbcd..9e4b10a 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
7SOC_FAMILY = "t4160" 7SOC_FAMILY = "t4160"
8UBOOT_MACHINES ?= "T4160QDS" 8UBOOT_MACHINES ?= "T4160QDS"
9KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb" 9KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"
13 13
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf
index 24a53dd..ac5cd4a 100644
--- a/conf/machine/t4240qds-64b.conf
+++ b/conf/machine/t4240qds-64b.conf
@@ -8,7 +8,7 @@ SOC_FAMILY = "t4240"
8# TODO: fix 32bit build of u-boot 8# TODO: fix 32bit build of u-boot
9UBOOT_MACHINES ?= "T4240QDS" 9UBOOT_MACHINES ?= "T4240QDS"
10KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb" 10KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" 11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
12 12
13JFFS2_ERASEBLOCK = "0x10000" 13JFFS2_ERASEBLOCK = "0x10000"
14 14
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index 8066e28..dc41e40 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
7SOC_FAMILY = "t4240" 7SOC_FAMILY = "t4240"
8UBOOT_MACHINES ?= "T4240QDS" 8UBOOT_MACHINES ?= "T4240QDS"
9KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb" 9KERNEL_DEVICETREE = "t4240qds.dtb t4240qds-usdpaa.dtb"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"
13 13