diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-06 12:51:39 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-08-13 15:35:22 +0000 |
commit | e308cc6186e9768252d1e475624edd2426d7aac0 (patch) | |
tree | 3cad77c96b04de581580afeb998474a939819499 /src/mainboard/samsung | |
parent | 348b79f05733d1186ccd3b03a990fa4694885e7e (diff) | |
download | coreboot-e308cc6186e9768252d1e475624edd2426d7aac0.tar.xz |
mb: Get rid of unneeded include <cbmem.h>
Change-Id: I80dd65484fd52e9048635091fb20a123e959e999
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27869
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r-- | src/mainboard/samsung/lumpy/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/samsung/lumpy/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/samsung/stumpy/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/samsung/stumpy/romstage.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/samsung/lumpy/acpi_tables.c b/src/mainboard/samsung/lumpy/acpi_tables.c index 06fa0fd4f1..62284f1ef6 100644 --- a/src/mainboard/samsung/lumpy/acpi_tables.c +++ b/src/mainboard/samsung/lumpy/acpi_tables.c @@ -15,7 +15,6 @@ #include <types.h> #include <string.h> -#include <cbmem.h> #include <arch/acpi.h> #include <arch/ioapic.h> #include <arch/acpigen.h> diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c index 3f655da936..ba25d54ace 100644 --- a/src/mainboard/samsung/lumpy/romstage.c +++ b/src/mainboard/samsung/lumpy/romstage.c @@ -25,7 +25,6 @@ #include <pc80/mc146818rtc.h> #include <cbfs.h> #include <arch/acpi.h> -#include <cbmem.h> #include <console/console.h> #include <bootmode.h> #include <northbridge/intel/sandybridge/sandybridge.h> diff --git a/src/mainboard/samsung/stumpy/acpi_tables.c b/src/mainboard/samsung/stumpy/acpi_tables.c index a518d18892..d57ec9d675 100644 --- a/src/mainboard/samsung/stumpy/acpi_tables.c +++ b/src/mainboard/samsung/stumpy/acpi_tables.c @@ -15,7 +15,6 @@ #include <types.h> #include <string.h> -#include <cbmem.h> #include <arch/acpi.h> #include <arch/ioapic.h> #include <arch/acpigen.h> diff --git a/src/mainboard/samsung/stumpy/romstage.c b/src/mainboard/samsung/stumpy/romstage.c index ffaff42b72..5f56a3e1db 100644 --- a/src/mainboard/samsung/stumpy/romstage.c +++ b/src/mainboard/samsung/stumpy/romstage.c @@ -24,7 +24,6 @@ #include <cpu/x86/lapic.h> #include <pc80/mc146818rtc.h> #include <arch/acpi.h> -#include <cbmem.h> #include <console/console.h> #include <bootmode.h> #include <superio/ite/common/ite.h> |