Ken Chen | 93f390b | 2018-01-15 14:36:21 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
2 | KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb" | ||||
3 | |||||
4 | UBOOT_MACHINE = "ast_g5_ncsi_config" | ||||
5 | |||||
6 | FLASH_SIZE = "32768" | ||||
7 | |||||
8 | |||||
9 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config= "" | ||||
10 | require conf/machine/include/ast2500.inc | ||||
11 | require conf/machine/include/obmc-bsp-common.inc | ||||
12 | require conf/machine/include/qualcomm.inc | ||||
13 | |||||
Ken Chen | 5c669a4 | 2018-01-30 09:51:50 +0800 | [diff] [blame^] | 14 | IMAGE_INSTALL_append = " ir38163-workaround \ |
15 | " |