summaryrefslogtreecommitdiff
path: root/src/mainboard/ibase
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2012-08-02 11:52:22 +0300
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2012-08-08 11:42:07 +0200
commitcf8e4660846eb414d38dc4bb380006806430e902 (patch)
tree6b32f13304e2c233a24c38cad99227e88e27cde2 /src/mainboard/ibase
parenta675d494082e689a0766ee98948779da13ea2d07 (diff)
downloadcoreboot-cf8e4660846eb414d38dc4bb380006806430e902.tar.xz
Cleanup coreboot memory table includes
The includes removed here were previously required for struct lb_memory and lb_add_memory_range(). Change-Id: Ie6c0d4ef55c2225aa709cf3fbad30ff1080e3610 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1391 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/ibase')
-rw-r--r--src/mainboard/ibase/mb899/mainboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/ibase/mb899/mainboard.c b/src/mainboard/ibase/mb899/mainboard.c
index 4e3d6067d3..086d456f40 100644
--- a/src/mainboard/ibase/mb899/mainboard.c
+++ b/src/mainboard/ibase/mb899/mainboard.c
@@ -20,13 +20,11 @@
#include <types.h>
#include <device/device.h>
#include <console/console.h>
-#include <boot/tables.h>
#if CONFIG_PCI_OPTION_ROM_RUN_YABEL
#include <x86emu/x86emu.h>
#endif
#include <pc80/mc146818rtc.h>
#include <arch/io.h>
-#include <arch/coreboot_tables.h>
#if CONFIG_PCI_OPTION_ROM_RUN_YABEL
static int int15_handler(void)