diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-12-23 07:15:13 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-12-28 06:47:31 +0000 |
commit | c21df03ab675b91b35cdf16abcd6d560eb634121 (patch) | |
tree | a5404c144ebcbd3d0a93cf8dbfb76fcaa23e72c2 /src/mainboard/foxconn | |
parent | 3736127c979f52975bbad135548a36fd7585e7fd (diff) | |
download | coreboot-c21df03ab675b91b35cdf16abcd6d560eb634121.tar.xz |
arch/x86: Drop spurious arch/stages.h includes
Change-Id: I3b9217a7d9a6d98a9c5e8b69fe64c260b537bb64
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30388
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/foxconn')
-rw-r--r-- | src/mainboard/foxconn/d41s/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/foxconn/d41s/romstage.c b/src/mainboard/foxconn/d41s/romstage.c index 3f81e6765b..2d64bef8c0 100644 --- a/src/mainboard/foxconn/d41s/romstage.c +++ b/src/mainboard/foxconn/d41s/romstage.c @@ -31,7 +31,6 @@ #include <superio/ite/common/ite.h> #include <superio/ite/it8721f/it8721f.h> #include <lib.h> -#include <arch/stages.h> #include <cbmem.h> #include <romstage_handoff.h> #include <timestamp.h> |