Patrick Williams | 17a0c0b | 2021-05-26 13:50:54 -0500 | [diff] [blame] | 1 | #KMACHINE = "aspeed" |
2 | #KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb" | ||||
3 | KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb" | ||||
4 | |||||
5 | UBOOT_MACHINE = "ast2600_openbmc_defconfig" | ||||
6 | UBOOT_DEVICETREE = "ast2600a1-evb" | ||||
7 | |||||
8 | require conf/machine/include/facebook-nohost.inc | ||||
9 | require conf/machine/include/ast2600.inc | ||||
10 | require conf/machine/include/obmc-bsp-common.inc | ||||
11 | |||||
12 | SERIAL_CONSOLES = "57600;ttyS4" | ||||
13 | |||||
14 | FLASH_SIZE = "131072" |