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/roda | |
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/roda')
-rw-r--r-- | src/mainboard/roda/rk886ex/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/roda/rk886ex/romstage.c b/src/mainboard/roda/rk886ex/romstage.c index e85da1f480..2bdad276c1 100644 --- a/src/mainboard/roda/rk886ex/romstage.c +++ b/src/mainboard/roda/rk886ex/romstage.c @@ -27,7 +27,6 @@ #include <console/console.h> #include <cpu/x86/bist.h> #include <cpu/intel/romstage.h> -#include <halt.h> #include <northbridge/intel/i945/i945.h> #include <northbridge/intel/i945/raminit.h> #include <southbridge/intel/i82801gx/i82801gx.h> |