mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 02:28:53 +02:00
kcu105: add secondary qspi detection and dump
This commit is contained in:
+2
-1
@@ -1043,7 +1043,8 @@ int parse_opt(int argc, char **argv, struct arguments *args,
|
||||
args->secondary_bit_file.empty() &&
|
||||
!args->protect_flash &&
|
||||
!args->unprotect_flash &&
|
||||
!args->bulk_erase_flash
|
||||
!args->bulk_erase_flash &&
|
||||
!args->detect
|
||||
) {
|
||||
printError("Error: secondary bitfile not specified");
|
||||
cout << options.help() << endl;
|
||||
|
||||
Reference in New Issue
Block a user