From a4c5b7f99891bd08d5c11b88f7abbc57b2ab8ea6 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Mon, 17 Jan 2022 21:04:22 +1030 Subject: u-boot: Specify u-boot package for AST2500 machines This sets u-boot to the package containing the v2016.07-aspeed-openbmc branch. This ensures there will be no change if the default changes in the future. Change-Id: Iea12e1691dbdda34a3f95d6d0862add0b15bcf37 Signed-off-by: Joel Stanley --- meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf') diff --git a/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf b/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf index fce4b93f2d..0c78afcacf 100644 --- a/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf +++ b/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf @@ -1,6 +1,10 @@ KMACHINE = "aspeed" KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed" +PREFERRED_PROVIDER_u-boot = "u-boot-aspeed" +PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed" + UBOOT_MACHINE = "ast_g5_ncsi_config" require conf/machine/include/facebook-compute-singlehost.inc -- cgit v1.2.3