diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-06 09:05:16 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-06 09:05:16 +0100 |
commit | 8511615e1faba426be9df3857f34992e6024d8c1 (patch) | |
tree | 97f3d3ed349ef45189266b6483adc9bfe0ac997e /script/roms | |
parent | 176b936da277235bbcb6d9d1ef981f94f763245d (diff) |
put memtest86plus builds in elf/memtest86plus/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/roms')
-rwxr-xr-x | script/roms | 2 |
1 files changed, 1 insertions, 1 deletions
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 |