diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2012-08-02 11:52:22 +0300 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2012-08-08 11:42:07 +0200 |
commit | cf8e4660846eb414d38dc4bb380006806430e902 (patch) | |
tree | 6b32f13304e2c233a24c38cad99227e88e27cde2 /src/mainboard/iwave/iWRainbowG6 | |
parent | a675d494082e689a0766ee98948779da13ea2d07 (diff) | |
download | coreboot-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/iwave/iWRainbowG6')
-rw-r--r-- | src/mainboard/iwave/iWRainbowG6/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/iwave/iWRainbowG6/mainboard.c b/src/mainboard/iwave/iWRainbowG6/mainboard.c index f3fc20fc83..38847e2e0f 100644 --- a/src/mainboard/iwave/iWRainbowG6/mainboard.c +++ b/src/mainboard/iwave/iWRainbowG6/mainboard.c @@ -20,7 +20,6 @@ #include <device/device.h> #include <console/console.h> -#include <boot/tables.h> #include "hda_verb.h" static void verb_setup(void) |