Changeset 01552e3 in mainline
- Timestamp:
- 2019-08-17T12:49:44Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d39ce97d
- Parents:
- 2db5c83
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 10:32:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
r2db5c83 r01552e3 283 283 284 284 if (not console and (not is_override('nographic')) and not is_override('noserial')): 285 cmdline += ' -serial vc -monitorstdio'285 cmdline += ' -serial stdio' 286 286 287 287 if (is_override('bigmem')): … … 346 346 'image' : 'image.iso@arm64', 347 347 'audio' : False, 348 'console' : True, 348 349 'hdd' : False, 349 350 'net' : False,
Note:
See TracChangeset
for help on using the changeset viewer.