diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2023-06-25 09:54:00 -0600 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-06-28 15:46:52 +0000 |
commit | 981ef52e87ec9fb062ca7c3a89694b58dfd57f1c (patch) | |
tree | dcac0dbd83ef7c07f70209971a34af4ac4653bc3 /payloads/external/Memtest86Plus/Kconfig.secondary | |
parent | 55d941033a5c8ffa72e84c49932affe1e2d0b71a (diff) |
payloads/Memtest86Plus: Update branch name from master to main
It seems like the default branch for coreboot's Memtest86+ fork was
renamed from 'master' to 'main'.
TEST: Memtest builds correctly when selecting 'Main' for the Memtest86+
version option.
Change-Id: I269249518019f5d0d12c57f1c14012abca86b48b
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76100
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads/external/Memtest86Plus/Kconfig.secondary')
-rw-r--r-- | payloads/external/Memtest86Plus/Kconfig.secondary | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/payloads/external/Memtest86Plus/Kconfig.secondary b/payloads/external/Memtest86Plus/Kconfig.secondary index 7c4da9e509..98a0d06cb9 100644 --- a/payloads/external/Memtest86Plus/Kconfig.secondary +++ b/payloads/external/Memtest86Plus/Kconfig.secondary @@ -11,8 +11,8 @@ config MEMTEST_STABLE Stable Memtest86+ version. For reproducible builds, this option must be selected. -config MEMTEST_MASTER - bool "Master" +config MEMTEST_MAIN + bool "Main" help Newest Memtest86+ version. @@ -35,7 +35,7 @@ endchoice config MEMTEST_REVISION_ID string "Insert a commit's SHA-1 or a branch name" depends on MEMTEST_REVISION - default "origin/master" + default "origin/main" help The commit's SHA-1 or branch name of the revision to use. |