Skip to content

Commit bf4c643

Browse files
rgongatintelgregkh
authored andcommitted
firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0
[ Upstream commit 2e8496f ] Clean up COMMAND_RECONFIG_FLAG_PARTIAL flag by resetting it to 0, which aligns with the firmware settings. Fixes: 36847f9 ("firmware: stratix10-svc: correct reconfig flag and timeout values") Signed-off-by: Richard Gong <richard.gong@intel.com> Reviewed-by: Tom Rix <trix@redhat.com> Signed-off-by: Moritz Fischer <mdf@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 3b681a1 commit bf4c643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/firmware/intel/stratix10-svc-client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* COMMAND_RECONFIG_FLAG_PARTIAL:
5757
* Set to FPGA configuration type (full or partial).
5858
*/
59-
#define COMMAND_RECONFIG_FLAG_PARTIAL 1
59+
#define COMMAND_RECONFIG_FLAG_PARTIAL 0
6060

6161
/**
6262
* Timeout settings for service clients:

0 commit comments

Comments
 (0)