1 // SPDX-License-Identifier: GPL-2.0+
4 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
8 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
16 * http://www.dave-tech.it
17 * http://www.wawnet.biz
20 * (C) Copyright 2004 Texas Insturments
28 __weak void reset_misc(void)
32 int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
34 puts ("resetting ...\n");
36 mdelay(50); /* wait 50 ms */