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
7
8SERIAL_CONSOLES = "115200;ttyS4"
9
10# AST2600 EVB has 64MB SPI flash
11FLASH_SIZE = "65536"
12