#@TYPE: Machine #@DESCRIPTION: Machine configuration for running B4420QDS in 64-bit mode require e6500-64b.inc require conf/machine/include/soc-family.inc SOC_FAMILY = "b4420" # TODO: fix 32bit build of u-boot UBOOT_MACHINES ?= "B4420QDS" KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" JFFS2_ERASEBLOCK = "0x10000" SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" USE_VT = "0"