summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/init.c')
-rw-r--r--mdk-stage1/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c
index 712ecbf9b..35758c780 100644
--- a/mdk-stage1/init.c
+++ b/mdk-stage1/init.c
@@ -460,7 +460,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))
sleep(10);
reboot(0xfee1dead, 672274793, 0x01234567);
} else {
- printf("you may safely reboot your system\n");
+ printf("you may safely reboot or halt your system\n");
while (1);
}