1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
9 __weak void reset_cpu(void)
11 /* Stop debug session here */
15 int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
17 printf("Resetting the board...\n");