summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/raminit.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-05 17:37:49 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-06 10:39:01 +0000
commit45b824d69433a630147dd690f6b5993bc2d4bb76 (patch)
treed1ceebb6eedcc9aa0818b4a1326400123b4c9042 /src/northbridge/intel/haswell/raminit.c
parent0a7543db2d9938fe449d800f0b2e61ffefd7b822 (diff)
downloadcoreboot-45b824d69433a630147dd690f6b5993bc2d4bb76.tar.xz
src: Remove unused include <halt.h>
Change-Id: I2f142cc80692e60eb0f81f57339a247f6ef4a524 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32611 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/northbridge/intel/haswell/raminit.c')
-rw-r--r--src/northbridge/intel/haswell/raminit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/raminit.c b/src/northbridge/intel/haswell/raminit.c
index fddada4ba0..96dc94e7d2 100644
--- a/src/northbridge/intel/haswell/raminit.c
+++ b/src/northbridge/intel/haswell/raminit.c
@@ -20,7 +20,6 @@
#include <arch/cbfs.h>
#include <cbfs.h>
#include <cf9_reset.h>
-#include <halt.h>
#include <ip_checksum.h>
#include <memory_info.h>
#include <mrc_cache.h>