aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8231/lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/vt8231/lpc.c')
-rw-r--r--src/southbridge/via/vt8231/lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8231/lpc.c b/src/southbridge/via/vt8231/lpc.c
index 40854dbcf7..c6b74fdaa1 100644
--- a/src/southbridge/via/vt8231/lpc.c
+++ b/src/southbridge/via/vt8231/lpc.c
@@ -121,7 +121,7 @@ static void vt8231_init(struct device *dev)
//ethernet_fixup();
// Start the rtc
- rtc_init(0);
+ cmos_init(0);
}
static void vt8231_read_resources(device_t dev)