test: Drop unwanted option in event_dump.py
This option is not used. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
5fe72d968f
commit
7e8d3e1b01
@ -108,8 +108,6 @@ def main(argv):
|
||||
parser.add_argument('elf', type=str, help='ELF file to decode')
|
||||
parser.add_argument('-e', '--endian', type=str, default='auto',
|
||||
help='Big-endian image')
|
||||
parser.add_argument('-t', '--test', action='store_true',
|
||||
help='Big-endian image')
|
||||
args = parser.parse_args(argv)
|
||||
show_event_spy_list(args.elf, args.endian)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user