aboutsummaryrefslogtreecommitdiff
path: root/target/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/init.c')
-rw-r--r--target/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/init.c b/target/init.c
index 67671d49..e6f114cf 100644
--- a/target/init.c
+++ b/target/init.c
@@ -51,3 +51,7 @@ __WEAK unsigned check_reboot_mode(void)
{
return 0;
}
+
+__WEAK void reboot_device(unsigned reboot_reason)
+{
+}