Changeset 01552e3 in mainline


Ignore:
Timestamp:
2019-08-17T12:49:44Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

Remove unnecessary changes to tools/ew.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    r2db5c83 r01552e3  
    283283
    284284        if (not console and (not is_override('nographic')) and not is_override('noserial')):
    285                 cmdline += ' -serial vc -monitor stdio'
     285                cmdline += ' -serial stdio'
    286286
    287287        if (is_override('bigmem')):
     
    346346                        'image' : 'image.iso@arm64',
    347347                        'audio' : False,
     348                        'console' : True,
    348349                        'hdd' : False,
    349350                        'net' : False,
Note: See TracChangeset for help on using the changeset viewer.