summaryrefslogtreecommitdiff
path: root/src/mainboard/apple/macbook21
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/mainboard/apple/macbook21
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/mainboard/apple/macbook21')
-rw-r--r--src/mainboard/apple/macbook21/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/apple/macbook21/romstage.c b/src/mainboard/apple/macbook21/romstage.c
index c056ac8fcb..468cffb7d9 100644
--- a/src/mainboard/apple/macbook21/romstage.c
+++ b/src/mainboard/apple/macbook21/romstage.c
@@ -26,7 +26,6 @@
#include <cpu/x86/lapic.h>
#include <console/console.h>
#include <cpu/x86/bist.h>
-#include <halt.h>
#include <northbridge/intel/i945/i945.h>
#include <northbridge/intel/i945/raminit.h>
#include <southbridge/intel/i82801gx/i82801gx.h>