Skip to content
Snippets Groups Projects
Commit 2e8496f3 authored by Richard Gong's avatar Richard Gong Committed by Moritz Fischer
Browse files

firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0


Clean up COMMAND_RECONFIG_FLAG_PARTIAL flag by resetting it to 0, which
aligns with the firmware settings.

Fixes: 36847f9e ("firmware: stratix10-svc: correct reconfig flag and timeout values")
Signed-off-by: default avatarRichard Gong <richard.gong@intel.com>
Reviewed-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarMoritz Fischer <mdf@kernel.org>
parent a38fd874
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
* COMMAND_RECONFIG_FLAG_PARTIAL:
* Set to FPGA configuration type (full or partial).
*/
#define COMMAND_RECONFIG_FLAG_PARTIAL 1
#define COMMAND_RECONFIG_FLAG_PARTIAL 0
/*
* Timeout settings for service clients:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment