1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-inventec-${MACHINE}.dtb"
3
4require conf/machine/include/ast2600.inc
5require conf/machine/include/obmc-bsp-common.inc
6require conf/machine/include/inventec.inc
7
8UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
9UBOOT_DEVICETREE = "ast2600-evb"
10SPL_BINARY = "spl/u-boot-spl.bin"
11SOCSEC_SIGN_ENABLE = "0"
12
13# To build a 64MB image, set FLASH_SIZE value to "65536".
14FLASH_SIZE = "65536"
15