memtest86+: fix build error (patch from Félicien Pillot)

This commit is contained in:
Leah Rowe
2022-02-08 07:39:54 +00:00
parent 937590d2b1
commit 37b4500513
3 changed files with 33 additions and 20 deletions
+8
View File
@@ -37,6 +37,14 @@ git clone https://review.coreboot.org/memtest86plus.git
(
cd "memtest86plus/"
git reset --hard a78401b9704cfdd49c89bfb31d2df08f60521d0b
for patchfile in ../resources/memtest86plus/patch/*; do
if [ ! -f "${patchfile}" ]; then
continue
fi
git am "${patchfile}"
done
rm -Rf .git*
)