#@TYPE: Machine #@Name: Freescale P1010RDB #@DESCRIPTION: Machine configuration for the Freescale P1010RDB require e500v2.inc require conf/machine/include/soc-family.inc SOC_FAMILY = "p1010" BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat" UBOOT_MACHINES ?= "P1010RDB-PB_NAND P1010RDB-PB_NOR \ P1010RDB-PB_SPIFLASH P1010RDB-PB_36BIT_NOR P1010RDB-PB_36BIT_NAND \ P1010RDB-PB_36BIT_SPIFLASH" KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb" 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"