summaryrefslogtreecommitdiff
path: root/config/module
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-21 07:04:55 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-21 07:04:55 +0100
commite20d7ae5ea269832c5cb9d8a4a3ec59bfe1f3199 (patch)
tree77c190bec928971933e181aca849a7aaa33a83b2 /config/module
parentb8459d3c62a33fdd20afdbb2d77ddabe881615a5 (diff)
coreboot: fix memtest86plus configHEADmaster
default/memtest86plus is invalid memtest86plus/default is correct Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/module')
-rw-r--r--config/module/coreboot/t1650_12mb/target.cfg2
-rw-r--r--config/module/coreboot/t1700mt_bmrc_12mb/target.cfg2
2 files changed, 2 insertions, 2 deletions
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"