summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-06 09:05:16 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-06 09:05:16 +0100
commit8511615e1faba426be9df3857f34992e6024d8c1 (patch)
tree97f3d3ed349ef45189266b6483adc9bfe0ac997e
parent176b936da277235bbcb6d9d1ef981f94f763245d (diff)
put memtest86plus builds in elf/memtest86plus/
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--config/data/memtest86plus/build.list1
-rwxr-xr-xscript/roms2
2 files changed, 2 insertions, 1 deletions
diff --git a/config/data/memtest86plus/build.list b/config/data/memtest86plus/build.list
new file mode 100644
index 00000000..3074d133
--- /dev/null
+++ b/config/data/memtest86plus/build.list
@@ -0,0 +1 @@
+build64/memtest.bin
diff --git a/script/roms b/script/roms
index ee48bc42..edf49e15 100755
--- a/script/roms
+++ b/script/roms
@@ -214,7 +214,7 @@ build_payloads()
[ -f "$cbfstool" ] || x_ ./update trees -b coreboot utils $tree
- mt86bin="memtest86plus/build64/memtest.bin"
+ mt86bin="elf/memtest86plus/memtest.bin"
[ "$payload_memtest" != "y" ] || [ -f "src/$mt86bin" ] || \
x_ ./update trees -b memtest86plus