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