e50f546e01
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>
22 lines
287 B
Text
22 lines
287 B
Text
if PAYLOAD_FILO
|
|
|
|
choice
|
|
prompt "FILO version"
|
|
default FILO_STABLE
|
|
|
|
config FILO_STABLE
|
|
bool "tested"
|
|
help
|
|
Tested FILO version
|
|
|
|
config FILO_MASTER
|
|
bool "HEAD"
|
|
help
|
|
Newest FILO version
|
|
|
|
endchoice
|
|
|
|
config PAYLOAD_FILE
|
|
default "payloads/external/FILO/filo/build/filo.elf"
|
|
|
|
endif
|