aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/reset.c')
-rw-r--r--src/soc/amd/picasso/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/reset.c b/src/soc/amd/picasso/reset.c
index aae76bf4c6..84226ea6df 100644
--- a/src/soc/amd/picasso/reset.c
+++ b/src/soc/amd/picasso/reset.c
@@ -9,7 +9,7 @@
void set_warm_reset_flag(void)
{
- uint8_t ncp = inw(NCP_ERR);
+ uint8_t ncp = inb(NCP_ERR);
outb(NCP_ERR, ncp | NCP_WARM_BOOT);
}