Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c.
[coreboot.git] / src / southbridge / intel / i82801bx / i82801bx_early_smbus.c
index c80ef901401eda4eec815009e2f1a17a1decbcea..569aaaca50d5faa6b7f16e3d518d26ba009fbdd9 100644 (file)
@@ -63,5 +63,5 @@ static void enable_smbus(void)
 
 static inline int smbus_read_byte(unsigned device, unsigned address)
 {
-       return do_smbus_read_byte(device, address);
+       return do_smbus_read_byte(SMBUS_IO_BASE, device, address);
 }