summaryrefslogtreecommitdiffstats
path: root/src/lib/cbmem_stage_cache.c
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-20 20:01:11 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-29 09:31:16 +0000
commit7c2994bb73641826ab04ad622a0904c1c6096cc0 (patch)
tree4aa5ec8941c6444de0f8622705d16b3fafaa98ee /src/lib/cbmem_stage_cache.c
parentff168e9e63256888cc3cf39148c2a5c5712654f8 (diff)
downloadcoreboot-7c2994bb73641826ab04ad622a0904c1c6096cc0.tar.gz
coreboot-7c2994bb73641826ab04ad622a0904c1c6096cc0.tar.bz2
coreboot-7c2994bb73641826ab04ad622a0904c1c6096cc0.zip
lib/*_stage_cache.c: drop CAR_GLOBAL_MIGRATION support
Change-Id: I23d5367150649a64ec6d95601f38940dbb5972f8 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37034 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/lib/cbmem_stage_cache.c')
-rw-r--r--src/lib/cbmem_stage_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/cbmem_stage_cache.c b/src/lib/cbmem_stage_cache.c
index 299cb00dcffa..dd56f62392af 100644
--- a/src/lib/cbmem_stage_cache.c
+++ b/src/lib/cbmem_stage_cache.c
@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
-#include <arch/early_variables.h>
#include <cbmem.h>
#include <stage_cache.h>
#include <string.h>