Joel Stanley | 8929f40 | 2016-10-24 13:37:49 +1030 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" | ||||
3 | |||||
4 | UBOOT_MACHINE = "ast_g5_ncsi_config" | ||||
5 | |||||
6 | OBMC_MACHINE_FEATURES += "obmc-mrw" | ||||
7 | |||||
8 | require conf/machine/include/ast2500.inc | ||||
9 | require conf/machine/include/obmc-bsp-common.inc | ||||
10 | require conf/machine/include/ibm.inc |