James Feist | e27e5fc | 2017-11-09 14:31:00 -0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-intel-s2600wf.dtb" | ||||
3 | |||||
4 | require conf/machine/include/ast2500.inc | ||||
5 | require conf/machine/include/obmc-bsp-common.inc | ||||
6 | require conf/machine/include/intel.inc | ||||
7 | |||||
8 | UBOOT_MACHINE = "ast_g5_phy_config" | ||||
9 | |||||
10 | FLASH_SIZE = "32768" | ||||
11 | |||||
12 | VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" |