aboutsummaryrefslogtreecommitdiff
path: root/src/console/post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/post.c')
-rw-r--r--src/console/post.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/console/post.c b/src/console/post.c
index 33d85e7675..6265770b37 100644
--- a/src/console/post.c
+++ b/src/console/post.c
@@ -32,6 +32,7 @@ void post_code(uint8_t value)
if (CONFIG(CONSOLE_POST))
printk(BIOS_EMERG, "POST: 0x%02x\n", value);
+
+ mainboard_post(value);
}
- mainboard_post(value);
}