firmware-utils/mkdniimg: don't use NA region by default
SVN-Revision: 24981
This commit is contained in:
parent
e116785f27
commit
78ffb50c8e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ static char *ifname;
|
|||
static char *progname;
|
||||
static char *ofname;
|
||||
static char *version = "1.00.00";
|
||||
static char *region ="NA";
|
||||
static char *region = "";
|
||||
|
||||
static char *board_id;
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue