From 8511615e1faba426be9df3857f34992e6024d8c1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 6 Jun 2024 09:05:16 +0100 Subject: put memtest86plus builds in elf/memtest86plus/ Signed-off-by: Leah Rowe --- config/data/memtest86plus/build.list | 1 + script/roms | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 config/data/memtest86plus/build.list 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 -- cgit v1.2.1