Alexandru Gagniuc (mr.nuke.me@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4586
-gerrit
commit 4cd2666265da9e7d94544ac726a3e173c0b50878 Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Sun Dec 29 18:27:56 2013 -0500
uart8250_mem_console.c: Remove inclusion of mc146818rtc.h
The RTC functionality ptovided by the include is specific to x86, but is not used for this type of console.
Change-Id: I82d0dfdb6e8b67bc81291a7a5d63ced91e095772 Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com --- src/console/uart8250mem_console.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/console/uart8250mem_console.c b/src/console/uart8250mem_console.c index ed77237..3833e47 100644 --- a/src/console/uart8250mem_console.c +++ b/src/console/uart8250mem_console.c @@ -19,7 +19,6 @@
#include <console/console.h> #include <uart8250.h> -#include <pc80/mc146818rtc.h>
static u32 uart_bar = 0;