ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for them
authorClaudius Heine <ch@denx.de>
Wed, 4 Mar 2020 14:23:10 +0000 (15:23 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 1 May 2020 11:46:22 +0000 (13:46 +0200)
commitb46e6cc581b3dcb48cdd96bd5db0c40c86285975
tree2a502d245626c208e9bee2b9df60f0304f566fd8
parent242d1cd69b9f750daee0f15c8028d827a6da13e2
ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for them

In case CONFIG_SYSRESET is set, do_reset from reset.c will not be available
anywere, even if SYSRESET is disabled for SPL/TPL.

'do_reset' is called from SPL for instance from the panic handler and
PANIC_HANG is not set

Signed-off-by: Claudius Heine <ch@denx.de>
Reviewed-by: Marek Vasut <marex@denx.de>
arch/arm/lib/Makefile