aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b-ds/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p2b-ds/romstage.c')
-rw-r--r--src/mainboard/asus/p2b-ds/romstage.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/asus/p2b-ds/romstage.c b/src/mainboard/asus/p2b-ds/romstage.c
index 038e5edfaf..36f45a0d0a 100644
--- a/src/mainboard/asus/p2b-ds/romstage.c
+++ b/src/mainboard/asus/p2b-ds/romstage.c
@@ -24,11 +24,6 @@
#define SERIAL_DEV PNP_DEV(0x3f0, W83977TF_SP1)
-int spd_read_byte(unsigned int device, unsigned int address)
-{
- return smbus_read_byte(device, address);
-}
-
void mainboard_romstage_entry(void)
{
winbond_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);