John Wang | af0bc6e | 2018-11-29 11:22:01 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-inspur-${MACHINE}.dtb" | ||||
3 | |||||
4 | require conf/machine/include/ast2500.inc | ||||
John Wang | 32c5867 | 2018-12-20 14:10:11 +0800 | [diff] [blame^] | 5 | require conf/machine/include/obmc-bsp-common.inc |
John Wang | af0bc6e | 2018-11-29 11:22:01 +0800 | [diff] [blame] | 6 | require conf/machine/include/inspur.inc |
7 | |||||
8 | UBOOT_MACHINE = "ast_g5_phy_config" | ||||
9 | |||||
10 | FLASH_SIZE = "32768" | ||||
11 | |||||
12 | VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" |