KMACHINE = "aspeed" | |
KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-inventec-${MACHINE}.dtb" | |
require conf/machine/include/ast2600.inc | |
require conf/machine/include/obmc-bsp-common.inc | |
require conf/machine/include/inventec.inc | |
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" | |
UBOOT_DEVICETREE = "ast2600-evb" | |
SPL_BINARY = "spl/u-boot-spl.bin" | |
SOCSEC_SIGN_ENABLE = "0" | |
# To build a 64MB image, set FLASH_SIZE value to "65536". | |
FLASH_SIZE = "65536" |