aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/bcom
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/bcom')
-rw-r--r--src/mainboard/bcom/winnetp680/romstage.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/bcom/winnetp680/romstage.c b/src/mainboard/bcom/winnetp680/romstage.c
index 5f6f29a33a..0c56074398 100644
--- a/src/mainboard/bcom/winnetp680/romstage.c
+++ b/src/mainboard/bcom/winnetp680/romstage.c
@@ -33,13 +33,11 @@
#define SERIAL_DEV PNP_DEV(0x2e, W83697HF_SP1)
-static inline int spd_read_byte(unsigned device, unsigned address)
+int spd_read_byte(unsigned device, unsigned address)
{
return smbus_read_byte(device, address);
}
-#include "northbridge/via/cn700/raminit.c"
-
static void enable_mainboard_devices(void)
{
pci_devfn_t dev;