summaryrefslogtreecommitdiff
path: root/sim/gdbstub.py
diff options
context:
space:
mode:
Diffstat (limited to 'sim/gdbstub.py')
-rw-r--r--sim/gdbstub.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/gdbstub.py b/sim/gdbstub.py
index 3bd078c..88477be 100644
--- a/sim/gdbstub.py
+++ b/sim/gdbstub.py
@@ -6,7 +6,6 @@ loads = {0x0100000: 'build/uImage',
cycles = None
enable_tty = True
-enable_video = True
start_halted = True
sock, client = None, None