From: Chunrong Guo Date: Thu, 25 Jan 2018 06:28:34 +0000 (+0800) Subject: mpc8548cds: add machine conf X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ab7e275802bd97fb7baab3508b2752e33075ea69;p=meta-freescale.git mpc8548cds: add machine conf Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- 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 + +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"