#@TYPE: Machine #@Name: Freescale MPC8548CDS #@DESCRIPTION: Machine configuration for the Freescale MPC8548CDS require e500v2.inc require conf/machine/include/soc-family.inc SOC_FAMILY = "mpc8548" UBOOT_MACHINES ?= "MPC8548CDS MPC8548CDS_36BIT" KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8548cds_32b.dts \ ${S}/arch/powerpc/boot/dts/mpc8548cds_36b.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" JFFS2_ERASEBLOCK = "0x20000" SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" USE_VT = "0"