diff options
author | Nico Huber <nico.h@gmx.de> | 2020-10-27 19:55:45 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-10-28 23:42:45 +0000 |
commit | e50f546e01994eed34e618d00ce0ab08af2d5a9e (patch) | |
tree | 527bc072fca1d35dcd67748681d8294f5d11fb90 /payloads/external/FILO/Kconfig | |
parent | 310c7637daba6ba4e9249928e5cd0e45ef4661e1 (diff) |
payloads/filo: Set stable tag to something that builds
Also rename the prompt to "tested" to make it more obvious that there
is no really stable version.
Change-Id: Ib719fe5c30783a53ddad2a2dc2d9ecda37a05ac2
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46849
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'payloads/external/FILO/Kconfig')
-rw-r--r-- | payloads/external/FILO/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/FILO/Kconfig b/payloads/external/FILO/Kconfig index 94d5e18df0..1cf171d2cf 100644 --- a/payloads/external/FILO/Kconfig +++ b/payloads/external/FILO/Kconfig @@ -5,9 +5,9 @@ choice default FILO_STABLE config FILO_STABLE - bool "0.6.0" + bool "tested" help - Stable FILO version + Tested FILO version config FILO_MASTER bool "HEAD" |