mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: payloads/external/Memtest86Plus: Update stable to latest commit
This brings in two additional changes: - Use OBJCOPY if available. - Fix strstr() indent and rewrite to not call strlen() on each char. BUG=None BRANCH=None TEST=None Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/16605 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Change-Id: Id13dfda28c545332fce8282e849f379bf50629b9 Reviewed-on: https://chromium-review.googlesource.com/390394 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
610c0a8d0f
commit
b3021d3450
1 changed files with 1 additions and 1 deletions
2
payloads/external/Memtest86Plus/Makefile
vendored
2
payloads/external/Memtest86Plus/Makefile
vendored
|
@ -15,7 +15,7 @@
|
|||
|
||||
TAG-$(CONFIG_MEMTEST_MASTER)=origin/master
|
||||
NAME-$(CONFIG_MEMTEST_MASTER)=Master
|
||||
TAG-$(CONFIG_MEMTEST_STABLE)=ca352c9a6bd8c1bba16ea22cbfc7028d97bacec9
|
||||
TAG-$(CONFIG_MEMTEST_STABLE)=3754fd440f4009b62244e0f95c56bbb12c2fffcb
|
||||
NAME-$(CONFIG_MEMTEST_STABLE)=Stable
|
||||
|
||||
project_name=Memtest86+
|
||||
|
|
Loading…
Add table
Reference in a new issue