summaryrefslogtreecommitdiffstats
path: root/src/mainboard/bap/ode_e20XX/BiosCallOuts.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-05 17:18:15 +0100
committerNico Huber <nico.h@gmx.de>2020-01-07 16:47:03 +0000
commit73be5f7211554d6698841e89794a695a80fa362c (patch)
treee735129101bf07748a5ee340fe797106a546bc90 /src/mainboard/bap/ode_e20XX/BiosCallOuts.c
parent596cb6cde6ce914eb288e4494cb6d276c63088b0 (diff)
downloadcoreboot-73be5f7211554d6698841e89794a695a80fa362c.tar.gz
coreboot-73be5f7211554d6698841e89794a695a80fa362c.tar.bz2
coreboot-73be5f7211554d6698841e89794a695a80fa362c.zip
src/mainboard: Fix typo
Change-Id: I8a486ce12d6a5f6de31afd279612dc37d3fffd83 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37528 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/bap/ode_e20XX/BiosCallOuts.c')
-rw-r--r--src/mainboard/bap/ode_e20XX/BiosCallOuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/bap/ode_e20XX/BiosCallOuts.c b/src/mainboard/bap/ode_e20XX/BiosCallOuts.c
index abe300e731f1..9ebef559a501 100644
--- a/src/mainboard/bap/ode_e20XX/BiosCallOuts.c
+++ b/src/mainboard/bap/ode_e20XX/BiosCallOuts.c
@@ -128,7 +128,7 @@ static void oem_fan_control(FCH_DATA_BLOCK *FchParams)
FchParams->Imc.EcStruct.MsgFun81Zone0MsgReg5 = 0x04;
FchParams->Imc.EcStruct.MsgFun81Zone0MsgReg6 = 0x9a; /* SMBUS Address for SMBUS based temperature sensor such as SB-TSI and ADM1032 */
FchParams->Imc.EcStruct.MsgFun81Zone0MsgReg7 = 0x01;
- FchParams->Imc.EcStruct.MsgFun81Zone0MsgReg8 = 0x01; /* PWM steping rate in unit of PWM level percentage */
+ FchParams->Imc.EcStruct.MsgFun81Zone0MsgReg8 = 0x01; /* PWM stepping rate in unit of PWM level percentage */
FchParams->Imc.EcStruct.MsgFun81Zone0MsgReg9 = 0x00;
/* IMC Fan Policy temperature thresholds */