Brad Bishop | 04508dc | 2019-07-21 18:11:28 -0400 | [diff] [blame] | 1 | KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb" |
Joel Stanley | 1a04b62 | 2020-01-28 17:12:44 +1030 | [diff] [blame] | 2 | UBOOT_MACHINE = "ast2600_openbmc_defconfig" |
| 3 | UBOOT_DEVICETREE = "ast2600a1-evb" |
Brad Bishop | 04508dc | 2019-07-21 18:11:28 -0400 | [diff] [blame] | 4 | |
| 5 | require conf/machine/include/ast2600.inc |
Brad Bishop | cebd819 | 2019-08-08 15:32:29 -0400 | [diff] [blame] | 6 | |
| 7 | SERIAL_CONSOLES = "115200;ttyS4" |
Troy Lee | a0bfce9 | 2021-03-02 06:09:04 +0000 | [diff] [blame] | 8 | |
| 9 | # AST2600 EVB has 64MB SPI flash |
| 10 | FLASH_SIZE = "65536" |