[coreboot-gerrit] New patch to review for coreboot: 05fc570 console/post.c: NOTFORMERGE

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Jun 24 06:20:19 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 05fc570dc930248e134da355124a9b42cce3ab1d
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, 1 insertion(+), 3 deletions(-)

diff --git a/src/console/post.c b/src/console/post.c
index 6b51abc..85da84f 100644
--- a/src/console/post.c
+++ b/src/console/post.c
@@ -20,6 +20,7 @@
  */
 
 #include <arch/io.h>
+#include <device/device.h>
 #include <elog.h>
 #include <console/console.h>
 #include <smp/spinlock.h>
@@ -28,9 +29,6 @@
 #if CONFIG_CMOS_POST
 #include <pc80/mc146818rtc.h>
 #endif
-#if CONFIG_CMOS_POST_EXTRA
-#include <device/device.h>
-#endif
 
 /* Write POST information */
 



More information about the coreboot-gerrit mailing list