From 4899d5806e5a1d276b12fcac5372568a9dbe9fbc Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 24 Jul 2014 15:48:13 +0800 Subject: 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 --- conf/machine/t4240qds-64b.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/t4240qds-64b.conf') diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf index 510b813..5d1c12a 100644 --- a/conf/machine/t4240qds-64b.conf +++ b/conf/machine/t4240qds-64b.conf @@ -6,7 +6,7 @@ require conf/machine/include/e6500-64b.inc -SOC_FAMILY = "t4240" +SOC_FAMILY = "t4:t4240" UBOOT_MACHINES ?= "T4240QDS" KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" -- cgit v1.2.3-54-g00ecf