1KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb" 2UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" 3UBOOT_DEVICETREE = "ast2600a1-evb" 4SPL_BINARY = "spl/u-boot-spl.bin" 5 6require conf/machine/include/ast2600.inc 7require conf/machine/include/obmc-evb-common.inc 8 9SERIAL_CONSOLES = "115200;ttyS4" 10 11# AST2600 EVB has 64MB SPI flash 12FLASH_SIZE = "65536" 13