From 919923def3d76a95665c60e7ff3dd033c2d65d84 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 28 Jan 2014 10:02:53 +0200 Subject: option: Add arch-agnostic get_option() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should not have pc80/ includes in console/. Change-Id: Id7da732b1ea094be01f45f9dbb49142f4e78f095 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5157 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/drivers/uart/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/uart/util.c') diff --git a/src/drivers/uart/util.c b/src/drivers/uart/util.c index c577048fb5..e09b686a9c 100644 --- a/src/drivers/uart/util.c +++ b/src/drivers/uart/util.c @@ -18,7 +18,7 @@ #include #include #if CONFIG_USE_OPTION_TABLE -#include +#include #include "option_table.h" #endif -- cgit v1.2.3