integration/builder: Add default bios_console value.
This commit is contained in:
parent
35afd59956
commit
aec02b395d
|
@ -82,7 +82,7 @@ class Builder:
|
|||
|
||||
# BIOS.
|
||||
bios_lto = False,
|
||||
bios_console = [],
|
||||
bios_console = "BIOS_CONSOLE_FULL",
|
||||
|
||||
# Documentation.
|
||||
generate_doc = False):
|
||||
|
|
Loading…
Reference in New Issue