diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-01-28 10:02:53 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-03-04 15:23:10 +0100 |
commit | 919923def3d76a95665c60e7ff3dd033c2d65d84 (patch) | |
tree | 7267a6def7f00f5f4f0add194468facf655b8c33 /src/drivers/uart/util.c | |
parent | 3ee1668ab4fbf75b256ac8eef4273b1ea445c998 (diff) |
option: Add arch-agnostic get_option()
We should not have pc80/ includes in console/.
Change-Id: Id7da732b1ea094be01f45f9dbb49142f4e78f095
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5157
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/drivers/uart/util.c')
-rw-r--r-- | src/drivers/uart/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <console/console.h> #include <uart.h> #if CONFIG_USE_OPTION_TABLE -#include <pc80/mc146818rtc.h> +#include <option.h> #include "option_table.h" #endif |