Re: [PATCH 2/4] board: ns3: Remove superfluous reset logic

2021-03-03 Thread Tom Rini
On Tue, Dec 15, 2020 at 04:47:50PM +0100, Harald Seiler wrote: > The current implementation of reset_cpu() in the ns3 board code does not > archieve what it is supposed to (according to the comments), due to > a number of reasons: > > 1. The argument to reset_cpu() is _not_ actually passed from

Re: [PATCH 2/4] board: ns3: Remove superfluous reset logic

2020-12-18 Thread Simon Glass
On Tue, 15 Dec 2020 at 08:48, Harald Seiler wrote: > > The current implementation of reset_cpu() in the ns3 board code does not > archieve what it is supposed to (according to the comments), due to > a number of reasons: > > 1. The argument to reset_cpu() is _not_ actually passed from the > `

[PATCH 2/4] board: ns3: Remove superfluous reset logic

2020-12-15 Thread Harald Seiler
The current implementation of reset_cpu() in the ns3 board code does not archieve what it is supposed to (according to the comments), due to a number of reasons: 1. The argument to reset_cpu() is _not_ actually passed from the `reset` command, but is set to 0 in all call-sites (in this sp