> From: Harald Seiler [mailto:h...@denx.de] > Sent: Tuesday, December 15, 2020 11:48 PM > To: u-boot@lists.denx.de > Cc: Harald Seiler; Tom Rini; Simon Glass; Rick Jian-Zhi Chen(陳建志) > Subject: [PATCH 1/4] nds32: Remove dead reset_cpu() implementation > > nds32 is one of the only architectures which still have a reset_cpu() > implementation that makes use of the `addr` parameter. The rest of > U-Boot now ignores it and passes 0 everywhere. It turns out that even > here, reset_cpu() is no longer referenced anywhere; reset is either not > implemented (e.g. ae3xx) or realized using a WDT (e.g. ag101). > > Remove this left-over implementation in preparation for the removal of > the `addr` parameter in the entire tree. > > Cc: Rick Chen <r...@andestech.com> > Signed-off-by: Harald Seiler <h...@denx.de> > --- > arch/nds32/cpu/n1213/start.S | 22 ---------------------- > 1 file changed, 22 deletions(-)
Reviewed-by: Rick Chen <r...@andestech.com>