diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 06:55:58 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 06:55:58 -0600 |
commit | a0bcec8370694035c7cd18e148a909a2b267b682 (patch) | |
tree | e5ec9f8248ad5186124d52a3df8bade8e5528d3b /target/config | |
parent | fa8c0d1d48a99badd68b1d379b73f4b56997f439 (diff) |
fix vga only setup
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 5318157cc..03919ccb7 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -93,7 +93,7 @@ config ADK_RUNTIME_VERBOSE_INIT_VGA bool "output via VGA" depends on ADK_TARGET_WITH_VGA depends on ADK_RUNTIME_VERBOSE_KERNEL_SERIAL_VGA || \ - ADK_RUNTIME_VERBOSE_KERNEL_SERIAL_ONLY || \ + ADK_RUNTIME_VERBOSE_KERNEL_VGA_ONLY || \ ADK_RUNTIME_QUIET_KERNEL config ADK_RUNTIME_VERBOSE_INIT_SERIAL |