Re: [U-Boot] [PATCH] mx6: soc: Switch to cold reset

2015-03-13 Thread Stefano Babic
Hi Dirk, On 09/03/2015 14:48, Dirk Behme wrote: > Disable the warm reset and enable the cold reset for a more reliable > restart ('reset'). This is taken from the Linux kernel, see imx_src_init() > in arch/arm/mach-imx/src.c. > > Signed-off-by: Dirk Behme > --- Applied to u-boot-imx, thanks !

[U-Boot] [PATCH] mx6: soc: Switch to cold reset

2015-03-09 Thread Dirk Behme
Disable the warm reset and enable the cold reset for a more reliable restart ('reset'). This is taken from the Linux kernel, see imx_src_init() in arch/arm/mach-imx/src.c. Signed-off-by: Dirk Behme --- arch/arm/cpu/armv7/mx6/soc.c | 18 ++ 1 file changed, 18 insertions(+) diff -