summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240qds.conf
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
commit4899d5806e5a1d276b12fcac5372568a9dbe9fbc (patch)
tree8ffe1eb96a45895c1af9d524ba4b0ef07f21595e /conf/machine/t4240qds.conf
parent2b9da64ee05760a66e43c79f4fb6f50cdf2ffc44 (diff)
downloadmeta-fsl-ppc-4899d5806e5a1d276b12fcac5372568a9dbe9fbc.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 'conf/machine/t4240qds.conf')
-rw-r--r--conf/machine/t4240qds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index 58e5200..06673fa 100644
--- a/conf/machine/t4240qds.conf
+++ b/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"