diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2011-05-10 10:46:41 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-03-09 20:31:45 +0100 |
commit | 8907e816265d9821e39bb21333f6212b97e80504 (patch) | |
tree | 403b32537792fa1e8e127d8f1f2550e8688ddb01 /src/cpu/x86 | |
parent | a6087d155de715d1268c115c42ab7b0ed244e94b (diff) | |
download | coreboot-8907e816265d9821e39bb21333f6212b97e80504.tar.xz |
move console includes to central console/console.h
Because it's included everywhere anyways.
Change-Id: I99a9e6edac08df57c50ef3a706fdbd395cad0abc
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/691
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/x86')
-rw-r--r-- | src/cpu/x86/smm/smiutil.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cpu/x86/smm/smiutil.c b/src/cpu/x86/smm/smiutil.c index d9057d813a..9cd63edc39 100644 --- a/src/cpu/x86/smm/smiutil.c +++ b/src/cpu/x86/smm/smiutil.c @@ -23,18 +23,8 @@ #include <arch/romcc_io.h> #include <cpu/x86/cache.h> #include <cpu/x86/smm.h> - #include <console/console.h> #include <console/vtxprintf.h> -#if CONFIG_CONSOLE_SERIAL8250 || CONFIG_CONSOLE_SERIAL8250MEM -#include <uart8250.h> -#endif -#if CONFIG_USBDEBUG -#include <usbdebug.h> -#endif -#if CONFIG_CONSOLE_NE2K -#include <console/ne2k.h> -#endif #if CONFIG_CONSOLE_SERIAL8250MEM static u32 serial8250mem_base_address = 0; |