diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-28 22:09:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-28 22:09:20 +0100 |
commit | 09cd046e6cc65ab7bf044503b6404a2ba912bf85 (patch) | |
tree | 2a42565c988b0c36798b9021af601f86a7a9dc19 /target/config/Config.in.runtime | |
parent | 87eac2992b7dacd9c4d6e2cf7a5bb51f0bbdca15 (diff) |
qemu-system-s390: add basic support, only virtio-net does not work as expected.
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 51454767f..fc36a8f7a 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -246,6 +246,7 @@ config ADK_RUNTIME_CONSOLE_SERIAL_DEVICE default "ttyAMA0" if ADK_TARGET_SYSTEM_RASPBERRY_PI2 default "ttyDA1" if ADK_TARGET_SYSTEM_QEMU_METAG default "ttyS2" if ADK_TARGET_SYSTEM_KINETIS_K70 + default "ttysclp0" if ADK_TARGET_SYSTEM_QEMU_S390 default "ttyO0" if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK default "ttyS0" |