blob: 5fbc71e8be19611f469fe0f7b4db36e9ce064d08 [file] [log] [blame]
Brad Bishop04508dc2019-07-21 18:11:28 -04001KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
Joel Stanley8d1b6a02022-02-16 16:07:58 +10302
Troy Leed84b7f42021-06-16 14:35:31 +08003UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
Joel Stanley8d1b6a02022-02-16 16:07:58 +10304UBOOT_DEVICETREE = "ast2600-evb"
Troy Leed84b7f42021-06-16 14:35:31 +08005SPL_BINARY = "spl/u-boot-spl.bin"
Brad Bishop04508dc2019-07-21 18:11:28 -04006
7require conf/machine/include/ast2600.inc
Patrick Williams5a5f33c2021-11-03 10:35:37 -05008require conf/machine/include/obmc-evb-common.inc
Brad Bishopcebd8192019-08-08 15:32:29 -04009
10SERIAL_CONSOLES = "115200;ttyS4"
Troy Leea0bfce92021-03-02 06:09:04 +000011
12# AST2600 EVB has 64MB SPI flash
13FLASH_SIZE = "65536"