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/asus/p3b-f | |
parent | c903b9376e5ed335b0197d1707c965561635d1fa (diff) |
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/asus/p3b-f')
-rw-r--r-- | src/mainboard/asus/p3b-f/romstage.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/asus/p3b-f/romstage.c b/src/mainboard/asus/p3b-f/romstage.c index 9d56d5be59..bb16c78f6f 100644 --- a/src/mainboard/asus/p3b-f/romstage.c +++ b/src/mainboard/asus/p3b-f/romstage.c @@ -14,15 +14,11 @@ * GNU General Public License for more details. */ -#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/winbond/common/winbond.h> |