Skip to content

Commit

Permalink
Correct ASM WOF enable adjusted value
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
marthabroyles committed Feb 22, 2018
1 parent bf6e716 commit e4bc12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/occ_405/cmdh/cmdh_fsp_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4bc12d

Please sign in to comment.