summaryrefslogtreecommitdiffstats
path: root/conf/machine/p4080ds.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/p4080ds.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/p4080ds.conf')
-rw-r--r--conf/machine/p4080ds.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index 00a4e84..332a39f 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -2,7 +2,9 @@
2#@DESCRIPTION: Machine configuration for running 2#@DESCRIPTION: Machine configuration for running
3 3
4require e500mc.inc 4require e500mc.inc
5require conf/machine/include/soc-family.inc
5 6
7SOC_FAMILY = "p4080"
6UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH " 8UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH "
7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p4080ds.dts \ 9KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p4080ds.dts \
8 ${S}/arch/powerpc/boot/dts/p4080ds-usdpaa.dts" 10 ${S}/arch/powerpc/boot/dts/p4080ds-usdpaa.dts"