aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2017-07-21 21:09:21 -0400
committerMartin Roth <martinroth@google.com>2017-07-23 20:22:29 +0000
commitfb0984d30f63033a76ec0bf617c8c2a7fdce7769 (patch)
treeeb51f54cecd73b9ec1a8c599e7360ca93118b7bf /src/mainboard/asus/p2b
parentc903b9376e5ed335b0197d1707c965561635d1fa (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/p2b')
-rw-r--r--src/mainboard/asus/p2b/romstage.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/asus/p2b/romstage.c b/src/mainboard/asus/p2b/romstage.c
index 09e01835cb..6cf86c110c 100644
--- a/src/mainboard/asus/p2b/romstage.c
+++ b/src/mainboard/asus/p2b/romstage.c
@@ -14,20 +14,15 @@
* 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>
#include <superio/winbond/w83977tf/w83977tf.h>
-
#include <lib.h>
#define SERIAL_DEV PNP_DEV(0x3f0, W83977TF_SP1)