soc/intel: Remove unused <cbmem.h>

Change-Id: I529c822c9e952dae6613d3de64f6709e0fd9b385
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61056
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Elyes HAOUAS 2022-01-12 21:15:21 +01:00 committed by Felix Held
parent f759a6257c
commit afeaa4dfc3
6 changed files with 0 additions and 6 deletions

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <console/console.h> #include <console/console.h>
#include <cbmem.h>
#include <intelblocks/crashlog.h> #include <intelblocks/crashlog.h>
#include <string.h> #include <string.h>
#include <soc/crashlog.h> #include <soc/crashlog.h>

View File

@ -3,7 +3,6 @@
#include <acpi/acpi.h> #include <acpi/acpi.h>
#include <bootsplash.h> #include <bootsplash.h>
#include <bootstate.h> #include <bootstate.h>
#include <cbmem.h>
#include <console/console.h> #include <console/console.h>
#include <cpu/x86/mp.h> #include <cpu/x86/mp.h>
#include <device/mmio.h> #include <device/mmio.h>

View File

@ -2,7 +2,6 @@
#include <acpi/acpi.h> #include <acpi/acpi.h>
#include <arch/romstage.h> #include <arch/romstage.h>
#include <cbmem.h>
#include <cf9_reset.h> #include <cf9_reset.h>
#include <console/console.h> #include <console/console.h>
#include <cpu/intel/haswell/haswell.h> #include <cpu/intel/haswell/haswell.h>

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <bootsplash.h> #include <bootsplash.h>
#include <cbmem.h>
#include <console/console.h> #include <console/console.h>
#include <device/device.h> #include <device/device.h>
#include <device/pci.h> #include <device/pci.h>

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <bootsplash.h> #include <bootsplash.h>
#include <cbmem.h>
#include <fsp/api.h> #include <fsp/api.h>
#include <acpi/acpi.h> #include <acpi/acpi.h>
#include <console/console.h> #include <console/console.h>

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <console/console.h> #include <console/console.h>
#include <cbmem.h>
#include <intelblocks/crashlog.h> #include <intelblocks/crashlog.h>
#include <string.h> #include <string.h>
#include <soc/crashlog.h> #include <soc/crashlog.h>