
3 Mar
2021
3 Mar
'21
8:08 p.m.
On Tue, Dec 15, 2020 at 04:47:51PM +0100, Harald Seiler wrote:
This reverts commit 576007aec9a4a5f4f3dd1f690fb26a8c05ceb75f.
The paramter passed to reset_cpu() no longer holds a meaning as all call-sites now pass the value 0. Thus, branching on it is essentially dead code and will just confuse future readers.
Revert soft-reset support and just always perform a hard-reset for now. This is a preparation for removal of the reset_cpu() parameter across the entire tree in a later patch.
Fixes: 576007aec9a4 ("lpc32xx: cpu: add support for soft reset") Cc: Sylvain Lemieux slemieux@tycoint.com Signed-off-by: Harald Seiler hws@denx.de Signed-off-by: Harald Seiler hws@denx.de
Applied to u-boot/next, thanks!
--
Tom