1KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
2UBOOT_MACHINE = "ast2600_openbmc_defconfig"
3UBOOT_DEVICETREE = "ast2600a1-evb"
4
5require conf/machine/include/ast2600.inc
6
7SERIAL_CONSOLES = "115200;ttyS4"
8
9# AST2600 EVB has 64MB SPI flash
10FLASH_SIZE = "65536"
11