Zev Weiss | 8f456f2 | 2023-11-07 03:06:20 +0000 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-asrock-${MACHINE}.dtb" |
| 3 | |
| 4 | UBOOT_DEVICETREE = "ast2500-evb" |
| 5 | UBOOT_MACHINE = "evb-ast2500_defconfig" |
| 6 | |
| 7 | FLASH_SIZE = "65536" |
| 8 | |
| 9 | require conf/machine/include/ast2500.inc |
| 10 | require conf/machine/include/obmc-bsp-common.inc |
Zev Weiss | 7e4b40f | 2024-04-09 00:39:55 +0000 | [diff] [blame] | 11 | require conf/machine/include/asrock.inc |
Zev Weiss | 5b7203b | 2024-02-01 00:48:31 +0000 | [diff] [blame] | 12 | |
| 13 | MACHINEOVERRIDES =. "asrock-mmc-sdhci-reset-quirk:" |