From 55cb5f8de53366c9df10ed9307cc9088c96191cf Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 13 May 2019 12:49:16 +0530 Subject: Remove unnecessary ENV_RAMSTAGE guard TEST=Able to build coreboot for CML. Change-Id: Ic0f473e04ffc1de50dee871af52eacf0b328b376 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/32764 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/console/post.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/console/post.c') 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) { -- cgit v1.2.3