firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0
[ Upstream commit2e8496f31d] Clean up COMMAND_RECONFIG_FLAG_PARTIAL flag by resetting it to 0, which aligns with the firmware settings. Fixes:36847f9e3e("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3b681a1c43
commit
bf4c643192
@@ -56,7 +56,7 @@
|
|||||||
* COMMAND_RECONFIG_FLAG_PARTIAL:
|
* COMMAND_RECONFIG_FLAG_PARTIAL:
|
||||||
* Set to FPGA configuration type (full or 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:
|
* Timeout settings for service clients:
|
||||||
|
|||||||
Reference in New Issue
Block a user