diff options
author | Martin Kepplinger <martink@posteo.de> | 2019-05-06 09:03:48 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-07-08 07:54:13 +0000 |
commit | af15d040e11aea95bb7ff14531739f5075d72bc9 (patch) | |
tree | ecd03a11594ee39c6baeaf786bbf9777dd2b5e1d | |
parent | 3076deb391a69ea502cbf1312a83cb56d91a9b01 (diff) | |
download | coreboot-af15d040e11aea95bb7ff14531739f5075d72bc9.tar.gz coreboot-af15d040e11aea95bb7ff14531739f5075d72bc9.tar.bz2 coreboot-af15d040e11aea95bb7ff14531739f5075d72bc9.zip |
payloads/external/Memtest86Plus: update to version 002 stable
The memtest86plus project has been tagged as stable. Update the coreboot
build accordingly.
Change-Id: I078ac5d91e60a424efb5e14f39ae59e7ae9cbfe2
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32613
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r-- | payloads/external/Memtest86Plus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/Memtest86Plus/Makefile b/payloads/external/Memtest86Plus/Makefile index 4b3132ddf54d..b799f9ea7164 100644 --- a/payloads/external/Memtest86Plus/Makefile +++ b/payloads/external/Memtest86Plus/Makefile @@ -15,7 +15,7 @@ TAG-$(CONFIG_MEMTEST_MASTER)=origin/master NAME-$(CONFIG_MEMTEST_MASTER)=Master -TAG-$(CONFIG_MEMTEST_STABLE)=3754fd440f4009b62244e0f95c56bbb12c2fffcb +TAG-$(CONFIG_MEMTEST_STABLE)=0bd34c22604660e4283316331f3e7bf8a3863753 NAME-$(CONFIG_MEMTEST_STABLE)=Stable TAG-$(CONFIG_MEMTEST_REVISION)=$(CONFIG_MEMTEST_REVISION_ID) |