diff options
Diffstat (limited to 'src/mainboard/via/pc2500e')
-rw-r--r-- | src/mainboard/via/pc2500e/romstage.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/via/pc2500e/romstage.c b/src/mainboard/via/pc2500e/romstage.c index 7d12e872d2..2f002be40e 100644 --- a/src/mainboard/via/pc2500e/romstage.c +++ b/src/mainboard/via/pc2500e/romstage.c @@ -33,13 +33,11 @@ #define SERIAL_DEV PNP_DEV(0x2e, IT8716F_SP1) -static int spd_read_byte(u16 device, u16 address) +int spd_read_byte(unsigned device, unsigned address) { return smbus_read_byte(device, address); } -#include "northbridge/via/cn700/raminit.c" - static const struct mem_controller ctrl = { .d0f0 = 0x0000, .d0f2 = 0x2000, |