aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/reset.c')
-rw-r--r--src/soc/intel/broadwell/reset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/reset.c b/src/soc/intel/broadwell/reset.c
index 9b10d47378..e4d01c2790 100644
--- a/src/soc/intel/broadwell/reset.c
+++ b/src/soc/intel/broadwell/reset.c
@@ -30,12 +30,12 @@
void soft_reset(void)
{
- outb(0x04, 0xcf9);
+ outb(0x04, 0xcf9);
}
void hard_reset(void)
{
- outb(0x06, 0xcf9);
+ outb(0x06, 0xcf9);
}
void reset_system(void)