diff options
Diffstat (limited to 'meta/lib/oeqa/utils/qemurunner.py')
-rw-r--r-- | meta/lib/oeqa/utils/qemurunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index 77ec939ad7..eb23dbceb8 100644 --- a/meta/lib/oeqa/utils/qemurunner.py +++ b/meta/lib/oeqa/utils/qemurunner.py | |||
@@ -176,7 +176,7 @@ class QemuRunner: | |||
176 | self.logger.error("Failed to create listening socket: %s" % msg[1]) | 176 | self.logger.error("Failed to create listening socket: %s" % msg[1]) |
177 | return False | 177 | return False |
178 | 178 | ||
179 | bootparams = 'console=tty1 console=ttyS0,115200n8 printk.time=1' | 179 | bootparams = ' printk.time=1' |
180 | if extra_bootparams: | 180 | if extra_bootparams: |
181 | bootparams = bootparams + ' ' + extra_bootparams | 181 | bootparams = bootparams + ' ' + extra_bootparams |
182 | 182 | ||