diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 19:12:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 19:12:38 +0200 |
commit | fec1fd5598765d02691cb4c2b3ea3f1938be7824 (patch) | |
tree | 78abeafc5125b3465a20d2a0a406f4de69d54bb8 /target/config | |
parent | debc4a7d3c109490b833434c7e7bca7bf293c832 (diff) | |
parent | 819692c26044aa5bb280a08fa017de9d55ca18b9 (diff) |
merge
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 7dd6c1947..ff8668b35 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -180,6 +180,7 @@ config ADK_TARGET_CFLAGS config ADK_TARGET_CMDLINE string + default "console=ttyS0,9600" if ADK_TARGET_SYSTEM_FON_FON2100 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 |