[coreboot-gerrit] Patch set updated for coreboot: 28205f2 console/post.c: NOTFORMERGE

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Jun 24 06:50:52 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6099

-gerrit

commit 28205f235a4340b64103a4431939f4b2656ff852
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Jun 24 14:19:31 2014 +1000

    console/post.c: NOTFORMERGE
    
    Change-Id: I9f7f856070b03b3d11e63be511c506d5a37cac2a
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/console/post.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/console/post.c b/src/console/post.c
index 6b51abc..dfe2d09 100644
--- a/src/console/post.c
+++ b/src/console/post.c
@@ -28,9 +28,9 @@
 #if CONFIG_CMOS_POST
 #include <pc80/mc146818rtc.h>
 #endif
-#if CONFIG_CMOS_POST_EXTRA
+#if !defined(__ROMCC__)
 #include <device/device.h>
-#endif
+#endif /* __ROMCC__ */
 
 /* Write POST information */
 



More information about the coreboot-gerrit mailing list