mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
examples: update do_reset prototype
One more place that was missed during the do_reset() unification. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
4b58266e95
commit
e0306cab09
@ -81,9 +81,10 @@ void __udelay(unsigned long usec)
|
|||||||
ub_udelay(usec);
|
ub_udelay(usec);
|
||||||
}
|
}
|
||||||
|
|
||||||
void do_reset (void)
|
int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||||
{
|
{
|
||||||
ub_reset();
|
ub_reset();
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void *malloc (size_t len)
|
void *malloc (size_t len)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user