commit | faf7328f250cd767eb9ee6737195e943d566cf6a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 15 20:14:05 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 16:07:52 2023 -0500 |
tree | 92896323517efbe2876fec47748811beed153bd0 | |
parent | ff64dc2a99b1de3873a3624081455a32e43ecb9d [diff] |
mips: Add a reset_cpu() function The current do_reset() is called from a command context. Add a function which can be used from anywhere, as is done on ARM. Signed-off-by: Simon Glass <sjg@chromium.org>