summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240qds.conf
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2013-02-18 14:47:59 -0600
committerMatthew McClintock <msm@freescale.com>2013-02-18 14:47:59 -0600
commit89771a5a87dc1930d1682ec10b382ab1ffe66cea (patch)
tree45610b4107da230b220cba0d1a30a13f02aa01b8 /conf/machine/t4240qds.conf
parentee364575803812dbbb2b103d468c66c54efcc7af (diff)
downloadmeta-fsl-ppc-89771a5a87dc1930d1682ec10b382ab1ffe66cea.tar.gz
conf/machines: update to use SOC_FAMILY
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'conf/machine/t4240qds.conf')
-rw-r--r--conf/machine/t4240qds.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index 9cb3f82..4aa36a2 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -2,7 +2,9 @@
2#@DESCRIPTION: Machine configuration for running T4240QDS in 32-bit mode 2#@DESCRIPTION: Machine configuration for running T4240QDS in 32-bit mode
3 3
4require e6500.inc 4require e6500.inc
5require conf/machine/include/soc-family.inc
5 6
7SOC_FAMILY = "t4240"
6UBOOT_MACHINES ?= "T4240QDS" 8UBOOT_MACHINES ?= "T4240QDS"
7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ 9KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \
8 ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" 10 ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts"