]> code.ossystems Code Review - meta-freescale.git/commitdiff
mpc8548cds: add machine conf
authorChunrong Guo <chunrong.guo@nxp.com>
Thu, 25 Jan 2018 06:28:34 +0000 (14:28 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 26 Jan 2018 18:48:49 +0000 (16:48 -0200)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/mpc8548cds.conf [new file with mode: 0644]

diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf
new file mode 100644 (file)
index 0000000..7319440
--- /dev/null
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@Name: NXP MPC8548CDS
+#@DESCRIPTION: Machine configuration for the NXP MPC8548CDS
+#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
+
+require conf/machine/include/e500v2.inc
+
+UBOOT_CONFIG ??= "nor"
+UBOOT_CONFIG[nor] = "MPC8548CDS_defconfig,,u-boot.bin"
+
+KERNEL_DEVICETREE = "mpc8548cds_32b.dtb"
+KERNEL_DEFCONFIG = "mpc85xx_defconfig"
+
+USE_VT ?= "0"