summaryrefslogtreecommitdiffhomepage
path: root/src/coreboot-cpu-api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreboot-cpu-api.c')
-rw-r--r--src/coreboot-cpu-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreboot-cpu-api.c b/src/coreboot-cpu-api.c
index 2f104c4..da6dba9 100644
--- a/src/coreboot-cpu-api.c
+++ b/src/coreboot-cpu-api.c
@@ -8,7 +8,7 @@
/// @brief Restarts the computer.
/// @param none.
-void mp_restart_machine(void)
+void cb_restart_machine(void)
{
#ifdef __COMPILE_RISCV__
volatile uint32_t* brd_pwr = (volatile uint32_t*)0x100000;