kcu105: add secondary qspi detection and dump

This commit is contained in:
bma
2025-03-20 20:11:02 +01:00
parent 1bb69dcf22
commit 1c78344ca5
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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;