summaryrefslogtreecommitdiffstats
path: root/conf/machine/t1042rdb.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/t1042rdb.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/t1042rdb.conf')
-rw-r--r--conf/machine/t1042rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t1042rdb.conf b/conf/machine/t1042rdb.conf
index 1f13d86..feb5049 100644
--- a/conf/machine/t1042rdb.conf
+++ b/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"