From a0bcec8370694035c7cd18e148a909a2b267b682 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 Feb 2015 06:55:58 -0600 Subject: fix vga only setup --- target/config/Config.in.runtime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3