diff options
Diffstat (limited to 'util/cbfstool')
-rw-r--r-- | util/cbfstool/cbfstool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c index 6c130c8567..276c159d96 100644 --- a/util/cbfstool/cbfstool.c +++ b/util/cbfstool/cbfstool.c @@ -1276,7 +1276,6 @@ int main(int argc, char **argv) param.baseaddress = strtoul(optarg, NULL, 0); // baseaddress may be zero on non-x86, so we // need an explicit "baseaddress_assigned". - param.baseaddress = strtoul(optarg, NULL, 0); param.baseaddress_assigned = 1; break; case 'l': |