integration/builder: Add default bios_console value.

This commit is contained in:
Florent Kermarrec 2022-08-31 10:33:26 +02:00
parent 35afd59956
commit aec02b395d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class Builder:
# BIOS.
bios_lto = False,
bios_console = [],
bios_console = "BIOS_CONSOLE_FULL",
# Documentation.
generate_doc = False):