summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2020-10-27 19:55:45 +0100
committerNico Huber <nico.h@gmx.de>2020-10-28 23:42:45 +0000
commite50f546e01994eed34e618d00ce0ab08af2d5a9e (patch)
tree527bc072fca1d35dcd67748681d8294f5d11fb90 /payloads
parent310c7637daba6ba4e9249928e5cd0e45ef4661e1 (diff)
downloadcoreboot-e50f546e01994eed34e618d00ce0ab08af2d5a9e.tar.gz
coreboot-e50f546e01994eed34e618d00ce0ab08af2d5a9e.tar.bz2
coreboot-e50f546e01994eed34e618d00ce0ab08af2d5a9e.zip
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')
-rw-r--r--payloads/external/FILO/Kconfig4
-rw-r--r--payloads/external/FILO/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/payloads/external/FILO/Kconfig b/payloads/external/FILO/Kconfig
index 94d5e18df040..1cf171d2cf52 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"
diff --git a/payloads/external/FILO/Makefile b/payloads/external/FILO/Makefile
index a89ea2af594b..6175cfe62c21 100644
--- a/payloads/external/FILO/Makefile
+++ b/payloads/external/FILO/Makefile
@@ -1,6 +1,6 @@
TAG-$(CONFIG_FILO_MASTER)=origin/master
NAME-$(CONFIG_FILO_MASTER)=MASTER
-TAG-$(CONFIG_FILO_STABLE)=22baa6bde9339029edfafa421b3d4a7be159edad
+TAG-$(CONFIG_FILO_STABLE)=c2fa1ea6125c63e84cdf7779c37d76da8c5bc412
NAME-$(CONFIG_FILO_STABLE)=STABLE
project_git_repo=https://review.coreboot.org/filo.git