diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-18 15:54:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-18 15:54:21 +0200 |
commit | 16c34db2b1f9392f89d9c56aa6e61e6bf1c358f6 (patch) | |
tree | fc668e12473f22e089aec4f17ed453a1d103d5dd | |
parent | 92058c02c2a622dbf56cb0c7972bdf25a9be74ef (diff) |
add reasonable defaults for ALIX boards
-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 |