Commit 228c1ac0 authored by hongming's avatar hongming

Add spll reset in command "init boot".

    So that the "init boot" can truely restart the whole software.
parent 726884c7
......@@ -27,6 +27,7 @@ static int cmd_init(const char *args[])
} else if (args[0] && !strcasecmp(args[0], "show")) {
storage_init_show();
} else if (args[0] && !strcasecmp(args[0], "boot")) {
spll_very_init();
shell_boot_script();
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment