src: Remove unneeded 'include <arch/cache.h>'

Change-Id: I6374bc2d397800d574c7a0cc44079c09394a0673
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37984
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS
2019-12-29 11:05:31 +01:00
committed by Patrick Georgi
parent 2d65608733
commit b7731574f4
17 changed files with 1 additions and 17 deletions

View File

@@ -14,7 +14,6 @@
#include <cbmem.h>
#include <arch/stages.h>
#include <arch/cache.h>
/**
* generic stage entry point. override this if board specific code is needed.