src/soc/intel/broadwell/me.c: Correct HMRFPO misspelling
`HMRFPO` was spelled as `HMRPFO` twice. Change-Id: Ibd04004ac5edcdeee49a6a69fcdd5c73603e92e2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/28848 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
205d5ab208
commit
cac2217c93
|
@ -589,7 +589,7 @@ static int mkhi_hmrfpo_lock(void)
|
|||
return -1;
|
||||
}
|
||||
|
||||
printk(BIOS_INFO, "ME: HMRPFO LOCK message successful (%d)\n", ack);
|
||||
printk(BIOS_INFO, "ME: HMRFPO LOCK message successful (%d)\n", ack);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -607,7 +607,7 @@ static int mkhi_hmrfpo_lock_noack(void)
|
|||
return -1;
|
||||
}
|
||||
|
||||
printk(BIOS_INFO, "ME: HMRPFO LOCK NOACK message successful\n");
|
||||
printk(BIOS_INFO, "ME: HMRFPO LOCK NOACK message successful\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue