Skip to content
Snippets Groups Projects
Commit e0306cab authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

examples: update do_reset prototype


One more place that was missed during the do_reset() unification.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 4b58266e
No related branches found
No related tags found
No related merge requests found
......@@ -81,9 +81,10 @@ void __udelay(unsigned long usec)
ub_udelay(usec);
}
void do_reset (void)
int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
ub_reset();
return 0;
}
void *malloc (size_t len)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment