diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2023-06-25 10:22:47 -0600 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-06-28 15:46:08 +0000 |
commit | 55d941033a5c8ffa72e84c49932affe1e2d0b71a (patch) | |
tree | 5a61171f5309205e674442e17deebc445542e06f /payloads/external/FILO/Kconfig | |
parent | e33d253793f6fe553f0deaad5eb30c7095fe4203 (diff) |
payloads/filo: Update branch name from master to main
It seems like the default branch for FILO was renamed from 'master' to
'main'.
TEST: FILO builds correctly when selecting 'HEAD' for the FILO version
option.
Change-Id: I6c355d757987551e850f9d24f6bfb14167cb8046
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76101
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'payloads/external/FILO/Kconfig')
-rw-r--r-- | payloads/external/FILO/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/FILO/Kconfig b/payloads/external/FILO/Kconfig index 7dc14edb9b..dae8715eed 100644 --- a/payloads/external/FILO/Kconfig +++ b/payloads/external/FILO/Kconfig @@ -9,7 +9,7 @@ config FILO_STABLE help Tested FILO version -config FILO_MASTER +config FILO_HEAD bool "HEAD" help Newest FILO version |