diff options
Diffstat (limited to 'src/mainboard/jetway')
-rw-r--r-- | src/mainboard/jetway/j7f2/romstage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/jetway/j7f2/romstage.c b/src/mainboard/jetway/j7f2/romstage.c index 393f5e6764..5aee95d7cd 100644 --- a/src/mainboard/jetway/j7f2/romstage.c +++ b/src/mainboard/jetway/j7f2/romstage.c @@ -25,7 +25,7 @@ #include <cpu/x86/bist.h> #include <cpu/amd/car.h> #include <delay.h> -#include "southbridge/via/vt8237r/early_smbus.c" +#include <southbridge/via/vt8237r/vt8237r.h> #include <superio/fintek/common/fintek.h> #include <superio/fintek/f71805f/f71805f.h> #include <lib.h> @@ -88,7 +88,7 @@ void main(unsigned long bist) console_init(); enable_smbus(); - smbus_fixup(&ctrl); + smbus_fixup(ctrl.channel0, ARRAY_SIZE(ctrl.channel0)); /* Halt if there was a built-in self test failure. */ report_bist_failure(bist); |