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

Since there are lots of reset functions, this one actually just calls
do_reset(). Future refactoring could correct this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Angelo Dureghello <angelo@kernel-spcece.org>
arch/m68k/lib/traps.c