mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
integration/builder: Add default bios_console value.
This commit is contained in:
parent
35afd59956
commit
aec02b395d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class Builder:
|
|||
|
||||
# BIOS.
|
||||
bios_lto = False,
|
||||
bios_console = [],
|
||||
bios_console = "BIOS_CONSOLE_FULL",
|
||||
|
||||
# Documentation.
|
||||
generate_doc = False):
|
||||
|
|
Loading…
Reference in a new issue