
Hello Fabio,
On Wed, 2020-04-29 at 10:14 -0300, Fabio Estevam wrote:
Hi Harald,
On Wed, Apr 29, 2020 at 10:04 AM Harald Seiler hws@denx.de wrote:
From: Claudius Heine ch@denx.de
imx8m has the only implementation of reset_cpu() which does not ignore the addr parameter and instead gives it some meaning as the base address
Unrelated to this patch, but maybe the reset_cpu() function should change its parameter from addr to void instead?
Yes! I have already prepared a patchset for that but as the parameter is still used here I could not send that yet.
The parameter was introduces back in the days because some weird architecture needed the reset-vector address to perform a soft reset. This is a long-gone platform and this parameter is thus no longer necessary.
Regards,