diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-29 09:24:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-09-01 22:26:50 +0200 |
commit | 6a8a13075e6dd6ff646fca3dd1c5dae0ed88c41f (patch) | |
tree | f6d9b50a094bf50f35cd3ffddb4a26cd43e0508c | |
parent | 84647b1c235e18680fd696b9d6ebd6a182f8874f (diff) |
raspberry can use tty0, too
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 01e84380a..91959ba6b 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -220,8 +220,6 @@ config ADK_RUNTIME_GETTY_SERIAL config ADK_RUNTIME_CONSOLE_VGA_DEVICE string "VGA console device" depends on ADK_TARGET_WITH_VGA - default "tty1" if ADK_TARGET_SYSTEM_RASPBERRY_PI - default "tty1" if ADK_TARGET_SYSTEM_RASPBERRY_PI2 default "tty0" config ADK_RUNTIME_CONSOLE_SERIAL_DEVICE |