blob: d3ee47b9cdf351cf21a9c30bfe96b82f93bd06ff [file] [log] [blame]
Brad Bishop04508dc2019-07-21 18:11:28 -04001KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
Troy Leed84b7f42021-06-16 14:35:31 +08002UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
Joel Stanley1a04b622020-01-28 17:12:44 +10303UBOOT_DEVICETREE = "ast2600a1-evb"
Troy Leed84b7f42021-06-16 14:35:31 +08004SPL_BINARY = "spl/u-boot-spl.bin"
Brad Bishop04508dc2019-07-21 18:11:28 -04005
6require conf/machine/include/ast2600.inc
Brad Bishopcebd8192019-08-08 15:32:29 -04007
8SERIAL_CONSOLES = "115200;ttyS4"
Troy Leea0bfce92021-03-02 06:09:04 +00009
10# AST2600 EVB has 64MB SPI flash
11FLASH_SIZE = "65536"