diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-05-05 17:37:49 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-05-06 10:39:01 +0000 |
commit | 45b824d69433a630147dd690f6b5993bc2d4bb76 (patch) | |
tree | d1ceebb6eedcc9aa0818b4a1326400123b4c9042 /src/mainboard/ibase | |
parent | 0a7543db2d9938fe449d800f0b2e61ffefd7b822 (diff) |
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/ibase')
-rw-r--r-- | src/mainboard/ibase/mb899/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/ibase/mb899/romstage.c b/src/mainboard/ibase/mb899/romstage.c index 7e3b7dba68..9cb1144b80 100644 --- a/src/mainboard/ibase/mb899/romstage.c +++ b/src/mainboard/ibase/mb899/romstage.c @@ -16,7 +16,6 @@ // __PRE_RAM__ means: use "unsigned" for device, not a struct. #include <stdint.h> -#include <halt.h> #include <arch/io.h> #include <cf9_reset.h> #include <device/pnp_ops.h> |