Skip to content

Commit e1e84ee

Browse files
committed
[app] Don't automatically check loaded files
The verify command must be used after load instead. Signed-off-by: Douglas Reis <doreis@lowrisc.org>
1 parent 3f173a9 commit e1e84ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/commands.hh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,8 @@ struct LoadFile : public Commands<T> {
277277

278278
if (bootstrap) {
279279
this->flash.reset();
280-
return 1;
281280
}
282-
return commands::VerifyFile(this->flash, filename, start_addr, quad).run();
281+
return 1;
283282
}
284283
};
285284

0 commit comments

Comments
 (0)