summaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/console')
-rw-r--r--src/console/post.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/console/post.c b/src/console/post.c
index 236aa8cdaa..b17a819d97 100644
--- a/src/console/post.c
+++ b/src/console/post.c
@@ -44,7 +44,6 @@ void __weak mainboard_post(uint8_t value)
DECLARE_SPIN_LOCK(cmos_post_lock)
-#if ENV_RAMSTAGE
void cmos_post_log(void)
{
u8 code = 0;
@@ -125,7 +124,6 @@ void post_log_clear(void)
post_log_extra(0);
}
#endif /* CONFIG_CMOS_POST_EXTRA */
-#endif /* ENV_RAMSTAGE */
static void cmos_post_code(u8 value)
{