KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb" | |
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" | |
UBOOT_DEVICETREE = "ast2600a1-evb" | |
SPL_BINARY = "spl/u-boot-spl.bin" | |
require conf/machine/include/ast2600.inc | |
SERIAL_CONSOLES = "115200;ttyS4" | |
# AST2600 EVB has 64MB SPI flash | |
FLASH_SIZE = "65536" |