Re: [PATCH 1/4] nds32: Remove dead reset_cpu() implementation

2021-03-03 Thread Tom Rini
On Tue, Dec 15, 2020 at 04:47:49PM +0100, Harald Seiler wrote: > 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()

Re: [PATCH 1/4] nds32: Remove dead reset_cpu() implementation

2020-12-20 Thread Rick Chen
> 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 t

Re: [PATCH 1/4] nds32: Remove dead reset_cpu() implementation

2020-12-18 Thread Simon Glass
On Tue, 15 Dec 2020 at 08:48, Harald Seiler wrote: > > 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

[PATCH 1/4] nds32: Remove dead reset_cpu() implementation

2020-12-15 Thread Harald Seiler
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.