Jason Lin | b765e11 | 2023-12-06 01:49:31 +0000 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-inventec-${MACHINE}.dtb" |
| 3 | |
| 4 | require conf/machine/include/ast2600.inc |
| 5 | require conf/machine/include/obmc-bsp-common.inc |
| 6 | require conf/machine/include/inventec.inc |
| 7 | |
| 8 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
| 9 | UBOOT_DEVICETREE = "ast2600-evb" |
| 10 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 11 | SOCSEC_SIGN_ENABLE = "0" |
| 12 | |
| 13 | # To build a 64MB image, set FLASH_SIZE value to "65536". |
| 14 | FLASH_SIZE = "65536" |