diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-06-04 06:02:01 +0300 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-06-08 03:31:12 +0000 |
commit | c8cf591ee8ff2513b7a5c9d727b7428aabc1fabd (patch) | |
tree | 30ea0edec18f6570bb3e418e724342ba3021224d /src/drivers/uart | |
parent | 5ad79cdf2f702eff547816b82ebf26f16d1abe54 (diff) |
arch/x86: Drop leftover ROMCC console support
Change-Id: I3e52569a34e1f7bfea8be9da91348c364ab705e1
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/26817
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/drivers/uart')
-rw-r--r-- | src/drivers/uart/uart8250io.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/drivers/uart/uart8250io.c b/src/drivers/uart/uart8250io.c index 94970f9c7d..a61fbeb153 100644 --- a/src/drivers/uart/uart8250io.c +++ b/src/drivers/uart/uart8250io.c @@ -17,14 +17,11 @@ #include <rules.h> #include <stdlib.h> #include <arch/io.h> +#include <boot/coreboot_tables.h> #include <console/uart.h> #include <trace.h> #include "uart8250reg.h" -#ifndef __ROMCC__ -#include <boot/coreboot_tables.h> -#endif - /* Should support 8250, 16450, 16550, 16550A type UARTs */ /* Expected character delay at 1200bps is 9ms for a working UART |