diff options
author | Keith Hui <buurin@gmail.com> | 2017-07-21 21:09:21 -0400 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-23 20:22:29 +0000 |
commit | fb0984d30f63033a76ec0bf617c8c2a7fdce7769 (patch) | |
tree | eb51f54cecd73b9ec1a8c599e7360ca93118b7bf /src/mainboard/gigabyte/ga-6bxc | |
parent | c903b9376e5ed335b0197d1707c965561635d1fa (diff) | |
download | coreboot-fb0984d30f63033a76ec0bf617c8c2a7fdce7769.tar.xz |
440BX boards: Drop unused #includes from romstage
Romstage of many 440BX boards included headers that are not used.
Remove them as part of a bigger cleanup effort.
Change-Id: I89ddeda3c90e1a4907c05851185b69f3b29e54ba
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/20693
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/gigabyte/ga-6bxc')
-rw-r--r-- | src/mainboard/gigabyte/ga-6bxc/romstage.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/gigabyte/ga-6bxc/romstage.c b/src/mainboard/gigabyte/ga-6bxc/romstage.c index 25e00c4694..425a615e99 100644 --- a/src/mainboard/gigabyte/ga-6bxc/romstage.c +++ b/src/mainboard/gigabyte/ga-6bxc/romstage.c @@ -16,13 +16,10 @@ #include <stdint.h> #include <device/pci_def.h> -#include <arch/io.h> #include <device/pnp_def.h> -#include <stdlib.h> #include <console/console.h> #include <southbridge/intel/i82371eb/i82371eb.h> #include <northbridge/intel/i440bx/raminit.h> -#include <delay.h> #include <cpu/x86/bist.h> #include <cpu/intel/romstage.h> #include <superio/ite/it8671f/it8671f.h> |