aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mpc8548cds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/mpc8548cds.conf')
-rw-r--r--conf/machine/mpc8548cds.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf
new file mode 100644
index 00000000..73194402
--- /dev/null
+++ b/conf/machine/mpc8548cds.conf
@@ -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"