aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/vx900/northbridge.c')
-rw-r--r--src/northbridge/via/vx900/northbridge.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/northbridge/via/vx900/northbridge.c b/src/northbridge/via/vx900/northbridge.c
index 66b2def370..a699d86ed1 100644
--- a/src/northbridge/via/vx900/northbridge.c
+++ b/src/northbridge/via/vx900/northbridge.c
@@ -23,6 +23,7 @@
#include <device/pci_ids.h>
#include <cpu/cpu.h>
#include <cbmem.h>
+#include <cf9_reset.h>
#include <lib.h>
#include <reset.h>
#include <string.h>
@@ -43,9 +44,9 @@ static uint64_t uma_memory_size = 0;
* remapping mechanism will overflow, the effects of which are unknown.
*/
-void do_hard_reset(void)
+void do_board_reset(void)
{
- outb((1 << 2) | (1 << 1), 0xcf9);
+ system_reset();
}
uint64_t get_uma_memory_base(void)