summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Boie <andrew.p.boie@intel.com>2016-06-29 13:33:05 -0700
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-06-30 16:50:02 +0000
commit206d0b4497ab5b8350f62805e51b19c5f6fd3a99 (patch)
tree7836674f203aa26343b8f55cdf4421c48c4350e8 /Makefile
parent23af1e928ec25ec2657bb4a6de58211754dabf62 (diff)
Revert "qemu: pass -serial stdio instead of -serial mon:stdio"
This reverts commit e69762137102ae69c3d35c7c6515016c6d2f02a3. It is causing problems dependeing on what version of QEMU is used, with the SDK QEMU the terminal has to be 'reset' after running (the opposite behavior of the Nios 2 build). Change-Id: I6756eb0cf8edf4faa36f3a5e1cf0e456f146e1d8 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44c0713da..475417609 100644
--- a/Makefile
+++ b/Makefile
@@ -1167,7 +1167,7 @@ ifneq ($(QEMU_PIPE),)
# Send console output to a pipe, used for running automated sanity tests
QEMU_FLAGS += -serial pipe:$(QEMU_PIPE)
else
- QEMU_FLAGS += -serial stdio
+ QEMU_FLAGS += -serial mon:stdio
endif
endif