@@ -498,8 +498,6 @@ def arg_auto_int(x):
498
498
choices = ['qio' , 'qout' , 'dio' , 'dout' ], default = 'qio' )
499
499
parser_write_flash .add_argument ('--flash_size' , '-fs' , help = 'SPI Flash size in Mbit' ,
500
500
choices = ['4m' , '2m' , '8m' , '16m' , '32m' , '16m-c1' , '32m-c1' , '32m-c2' ], default = '4m' )
501
- parser_elf2image .add_argument ('--entry-symbol' , '-es' , help = 'Entry point symbol name (default \' call_user_start\' )' ,
502
- default = 'call_user_start' )
503
501
504
502
parser_run = subparsers .add_parser (
505
503
'run' ,
@@ -529,6 +527,8 @@ def arg_auto_int(x):
529
527
choices = ['qio' , 'qout' , 'dio' , 'dout' ], default = 'qio' )
530
528
parser_elf2image .add_argument ('--flash_size' , '-fs' , help = 'SPI Flash size in Mbit' ,
531
529
choices = ['4m' , '2m' , '8m' , '16m' , '32m' , '16m-c1' , '32m-c1' , '32m-c2' ], default = '4m' )
530
+ parser_elf2image .add_argument ('--entry-symbol' , '-es' , help = 'Entry point symbol name (default \' call_user_start\' )' ,
531
+ default = 'call_user_start' )
532
532
533
533
parser_read_mac = subparsers .add_parser (
534
534
'read_mac' ,
0 commit comments