]> git.dujemihanovic.xyz Git - u-boot.git/commit
mips: Add a reset_cpu() function
authorSimon Glass <sjg@chromium.org>
Sat, 16 Dec 2023 03:14:05 +0000 (20:14 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 21:07:52 +0000 (16:07 -0500)
commit4f4490a79e5aefee39300d7b0e04813e8baa3a54
tree92896323517efbe2876fec47748811beed153bd0
parenta213289953addc09fe35b2ddf34e1cfb51cff697
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>
arch/mips/cpu/cpu.c