summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4420qds.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/b4420qds.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/b4420qds.conf')
-rw-r--r--conf/machine/b4420qds.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index e4527d7..233d0e7 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -2,7 +2,9 @@
2#@DESCRIPTION: Machine configuration for running B4420QDS in 32-bit mode 2#@DESCRIPTION: Machine configuration for running B4420QDS in 32-bit mode
3 3
4require e6500.inc 4require e6500.inc
5require conf/machine/include/soc-family.inc
5 6
7SOC_FAMILY = "b4420"
6UBOOT_MACHINES ?= "B4420QDS" 8UBOOT_MACHINES ?= "B4420QDS"
7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts" 9KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts"
8KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"