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/intel | |
parent | a675d494082e689a0766ee98948779da13ea2d07 (diff) |
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/intel')
-rw-r--r-- | src/mainboard/intel/d810e2cb/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/intel/d945gclf/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/intel/eagleheights/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/intel/emeraldlake2/chromeos.c | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/intel/d810e2cb/mainboard.c b/src/mainboard/intel/d810e2cb/mainboard.c index 9db723b490..bf2c902f73 100644 --- a/src/mainboard/intel/d810e2cb/mainboard.c +++ b/src/mainboard/intel/d810e2cb/mainboard.c @@ -18,7 +18,6 @@ */ #include <device/device.h> -#include <boot/tables.h> struct chip_operations mainboard_ops = { CHIP_NAME("Intel D810E2CB Mainboard") diff --git a/src/mainboard/intel/d945gclf/mainboard.c b/src/mainboard/intel/d945gclf/mainboard.c index ca920bccfc..2e25fa3706 100644 --- a/src/mainboard/intel/d945gclf/mainboard.c +++ b/src/mainboard/intel/d945gclf/mainboard.c @@ -19,8 +19,6 @@ #include <device/device.h> #include <console/console.h> -#include <boot/tables.h> -#include <arch/coreboot_tables.h> struct chip_operations mainboard_ops = { CHIP_NAME("Intel D945GCLF Mainboard") diff --git a/src/mainboard/intel/eagleheights/mainboard.c b/src/mainboard/intel/eagleheights/mainboard.c index 7b27358530..dbe76b2e3d 100644 --- a/src/mainboard/intel/eagleheights/mainboard.c +++ b/src/mainboard/intel/eagleheights/mainboard.c @@ -21,8 +21,6 @@ #include <device/device.h> -#include <boot/tables.h> -#include <arch/coreboot_tables.h> struct chip_operations mainboard_ops = { CHIP_NAME("Intel Eagle Heights Mainboard") diff --git a/src/mainboard/intel/emeraldlake2/chromeos.c b/src/mainboard/intel/emeraldlake2/chromeos.c index 850af7b32b..6077ac7c5b 100644 --- a/src/mainboard/intel/emeraldlake2/chromeos.c +++ b/src/mainboard/intel/emeraldlake2/chromeos.c @@ -29,7 +29,6 @@ #include <southbridge/intel/bd82x6x/pch.h> #ifndef __PRE_RAM__ -#include <boot/coreboot_tables.h> #include <arch/coreboot_tables.h> #define GPIO_COUNT 5 |