diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-18 20:03:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-18 20:03:51 +0200 |
commit | 5a3b2ca87759a12d73b61cbda910cdbc78a039c9 (patch) | |
tree | 50a6f0a5e4a1bc9312ab80c3b8fdef9401c9195a /target | |
parent | 87c106515fc6aeb5ee86d399d5ee06f3b150e163 (diff) | |
parent | 16c34db2b1f9392f89d9c56aa6e61e6bf1c358f6 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 0e0cb4740..5162a6c72 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -291,6 +291,8 @@ config ADK_TARGET_CMDLINE default "console=ttyS0,38400" if ADK_TARGET_SYSTEM_PCENGINES_WRAP default "console=ttyS0,115200 console=tty0 geodewdt.nowayout=1" if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C default "console=ttyS0,115200 console=tty0" if ADK_TARGET_SYSTEM_IBM_X40 + default "console=ttyS0,115200" if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13 + default "console=ttyS0,115200" if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D2 default "" # c library |