diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-22 15:48:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-23 22:03:40 +0200 |
commit | c8cab0d868f71e86cedb41a8a345e708e3320baf (patch) | |
tree | 49a7582065bb9229194df773ec1703dff3e1d3fa /target/config/Config.in.runtime | |
parent | e1f9ce6e1274750b23d7f19906649dd807b7dd31 (diff) |
add target support for SGI O2 workstation
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 08a8c3674..d1e26c97e 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -319,6 +319,7 @@ config ADK_RUNTIME_CONSOLE_SERIAL_SPEED || ADK_TARGET_SIM default "9600" if ADK_TARGET_SYSTEM_FON_FON2100 default "9600" if ADK_TARGET_SYSTEM_NUMATO_MIMASV2 + default "9600" if ADK_TARGET_SYSTEM_SGI_O2 default "38400" if ADK_TARGET_SYSTEM_PCENGINES_WRAP default "38400" if ADK_TARGET_SYSTEM_ANDES_AG101P default "115200" |