From e20d7ae5ea269832c5cb9d8a4a3ec59bfe1f3199 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 21 Sep 2026 07:04:55 +0100 Subject: coreboot: fix memtest86plus config default/memtest86plus is invalid memtest86plus/default is correct Signed-off-by: Leah Rowe --- config/module/coreboot/t1650_12mb/target.cfg | 2 +- config/module/coreboot/t1700mt_bmrc_12mb/target.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/module') diff --git a/config/module/coreboot/t1650_12mb/target.cfg b/config/module/coreboot/t1650_12mb/target.cfg index 681ff4ee..4b4303c9 100644 --- a/config/module/coreboot/t1650_12mb/target.cfg +++ b/config/module/coreboot/t1650_12mb/target.cfg @@ -8,5 +8,5 @@ payload_memtest="y" grub_scan_disk="nvme ahci" grubtree="nvme" vcfg="t1650" -build_depend="seabios/build grub/nvme default/memtest86plus u-boot/amd64coreboot" +build_depend="seabios/build grub/nvme memtest86plus/default u-boot/amd64coreboot" payload_uboot="amd64" diff --git a/config/module/coreboot/t1700mt_bmrc_12mb/target.cfg b/config/module/coreboot/t1700mt_bmrc_12mb/target.cfg index 88118386..df91fc01 100644 --- a/config/module/coreboot/t1700mt_bmrc_12mb/target.cfg +++ b/config/module/coreboot/t1700mt_bmrc_12mb/target.cfg @@ -8,5 +8,5 @@ payload_memtest="y" grub_scan_disk="nvme ahci" grubtree="xhci_nvme" vcfg="t1700" -build_depend="seabios/build grub/xhci_nvme default/memtest86plus u-boot/amd64coreboot" +build_depend="seabios/build grub/xhci_nvme memtest86plus/default u-boot/amd64coreboot" payload_uboot="amd64" -- cgit v1.2.1