From 8741aef09939f7775cb66058c59cbc8e321f4372 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 4 Oct 2023 17:57:45 -0600 Subject: sim: implement flag overrides in environment --- sim/gdbstub.py | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/gdbstub.py') 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 -- cgit v1.2.3