diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-04 17:57:45 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-04 17:57:45 -0600 |
| commit | 8741aef09939f7775cb66058c59cbc8e321f4372 (patch) | |
| tree | 153681a1b5bae5609740cbb5b316a90ef6ccffa7 /sim/gdbstub.py | |
| parent | 8c747160256d1c79fb5ffbad60864e125afd9f20 (diff) | |
sim: implement flag overrides in environment
Diffstat (limited to 'sim/gdbstub.py')
| -rw-r--r-- | sim/gdbstub.py | 1 |
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 |
