blob: 0244ebd7645b6467a987ceddcba3914b2084c743 [file] [log] [blame]
Oskar Senft4091a0d2021-11-30 16:05:59 -05001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-tyan-${MACHINE}.dtb"
3
4UBOOT_MACHINE = "ast_g5_phy_config"
5
6require conf/machine/include/ast2500.inc
7require conf/machine/include/obmc-bsp-common.inc
8require conf/machine/include/tyan.inc
9
10FLASH_SIZE = "32768"
11
12# We don't have configuration for these components yet, so remove them.
13PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "tyan-dummy"
14IMAGE_FEATURES:remove = "obmc-fan-control"
15IMAGE_FEATURES:remove = "obmc-fan-mgmt"
16IMAGE_FEATURES:remove = "obmc-flash-mgmt"