fix mkfwimage to recognize the -s option
SVN-Revision: 11978
This commit is contained in:
parent
9c2e5b0b82
commit
1de0fb9f02
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ typedef struct part_data {
|
|||
#define DEFAULT_OUTPUT_FILE "firmware-image.bin"
|
||||
#define DEFAULT_VERSION "UNKNOWN"
|
||||
|
||||
#define OPTIONS "hv:o:r:k:"
|
||||
#define OPTIONS "hv:o:r:k:s:"
|
||||
|
||||
#define FIRMWARE_MAX_LENGTH (0x390000)
|
||||
#define partition_startaddr (0xBFC30000)
|
||||
|
|
Loading…
Reference in a new issue