Re: [PATCH 1/5] ARM: imx: Do not define do_reset() if sysreset is enabled

2020-04-29 Thread Marek Vasut
On 4/29/20 10:57 AM, Harald Seiler wrote: > Hello Marek, Hi, > On Wed, 2020-04-29 at 00:26 +0200, Marek Vasut wrote: >> On 4/28/20 11:23 PM, Harald Seiler wrote: >>> Hello Marek, >> >> Hi, >> >>> On Tue, 2020-04-28 at 16:22 +0200, Marek Vasut wrote: The SPL can also be compiled with sysreset

Re: [PATCH 1/5] ARM: imx: Do not define do_reset() if sysreset is enabled

2020-04-29 Thread Harald Seiler
Hello Marek, On Wed, 2020-04-29 at 00:26 +0200, Marek Vasut wrote: > On 4/28/20 11:23 PM, Harald Seiler wrote: > > Hello Marek, > > Hi, > > > On Tue, 2020-04-28 at 16:22 +0200, Marek Vasut wrote: > > > The SPL can also be compiled with sysreset drivers just fine, so > > > update the condition to

Re: [PATCH 1/5] ARM: imx: Do not define do_reset() if sysreset is enabled

2020-04-28 Thread Marek Vasut
On 4/28/20 11:23 PM, Harald Seiler wrote: > Hello Marek, Hi, > On Tue, 2020-04-28 at 16:22 +0200, Marek Vasut wrote: >> The SPL can also be compiled with sysreset drivers just fine, so >> update the condition to cater for that option. > > Me and Claudius solved the same problem in a different wa

Re: [PATCH 1/5] ARM: imx: Do not define do_reset() if sysreset is enabled

2020-04-28 Thread Harald Seiler
Hello Marek, On Tue, 2020-04-28 at 16:22 +0200, Marek Vasut wrote: > The SPL can also be compiled with sysreset drivers just fine, so > update the condition to cater for that option. Me and Claudius solved the same problem in a different way a while back (see [1] and [2]). The two approaches ove

[PATCH 1/5] ARM: imx: Do not define do_reset() if sysreset is enabled

2020-04-28 Thread Marek Vasut
The SPL can also be compiled with sysreset drivers just fine, so update the condition to cater for that option. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Flavio Suligoi Cc: Harald Seiler Cc: Igor Opaniuk Cc: Marcel Ziswiler Cc: Oleksandr Suvorov Cc: Peng Fan Cc: Stefano Babic ---