equal
deleted
inserted
replaced
19 # Syntax: |
19 # Syntax: |
20 # perl omapsig.pl <load address in hex> <input miniboot> <output minboot with sig> |
20 # perl omapsig.pl <load address in hex> <input miniboot> <output minboot with sig> |
21 # |
21 # |
22 |
22 |
23 use warnings; |
23 use warnings; |
24 use strict; |
24 |
25 use IO::Handle; |
25 use IO::Handle; |
26 use File::Copy; |
26 use File::Copy; |
27 |
27 |
28 if (scalar(@ARGV)!=3) { |
28 if (scalar(@ARGV)!=3) { |
29 die "perl omapsig.pl <load address in hex> <input miniboot> <output minboot with sig>\n"; |
29 die "perl omapsig.pl <load address in hex> <input miniboot> <output minboot with sig>\n"; |