summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2018-02-21 08:22:20 -0600
committerMartha Broyles <mbroyles@us.ibm.com>2018-02-22 10:45:52 -0500
commite4bc12d978abd6731240375226e54081fc9dbb83 (patch)
tree81979e8d45484e2f4819be852a0b678be9ea734d
parentbf6e716d3289898feb8d16fa1d1a5f48f0360f9f (diff)
downloadtalos-occ-e4bc12d978abd6731240375226e54081fc9dbb83.tar.gz
talos-occ-e4bc12d978abd6731240375226e54081fc9dbb83.zip
Correct ASM WOF enable adjusted value
Change-Id: I295351bcee5dc3101425fa7543447738a5c36bf0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54492 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
-rwxr-xr-xsrc/occ_405/cmdh/cmdh_fsp_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/cmdh/cmdh_fsp_cmds.c b/src/occ_405/cmdh/cmdh_fsp_cmds.c
index 326190b..7e1e301 100755
--- a/src/occ_405/cmdh/cmdh_fsp_cmds.c
+++ b/src/occ_405/cmdh/cmdh_fsp_cmds.c
@@ -92,7 +92,7 @@ cmdh_tunable_param_table_ext_t G_mst_tunable_parameter_table_ext[CMDH_DEFAULT_TU
{980, 10, 980 },
{0, 1, 0 },
{10, 1, 10 },
- {1, 1, 0 },
+ {1, 1, 1 },
};
// Flag to indicate that new tunable parameter values need to be written
OpenPOWER on IntegriCloud