Merge branch 'kcu105_dual_qspi'

This commit is contained in:
bma
2025-03-20 20:47:12 +01:00
5 changed files with 35 additions and 5 deletions
+2 -1
View File
@@ -1044,7 +1044,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;