Changeset 917324b in mainline
- Timestamp:
- 2022-02-11T00:01:05Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9be9b0
- Parents:
- cd0a38e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
rcd0a38e r917324b 288 288 if (is_override('nographic')): 289 289 cmdline += ' -nographic' 290 console = True 290 291 291 292 if (not console and (not is_override('nographic')) and not is_override('noserial')): … … 413 414 'image' : 'image.iso', 414 415 'audio' : False, 415 'console' : is_override('nographic'),416 'console' : False, 416 417 'net' : False, 417 418 'usb' : False,
Note:
See TracChangeset
for help on using the changeset viewer.