Re: [U-Boot] [PATCH 07/11] pxa: start.S: enable SRAM clock

2016-03-20 Thread Marek Vasut
On 03/21/2016 02:37 AM, Vasily Khoruzhick wrote: > SRAM is used for early stack, but kernel disables its clock on suspend. > Re-enable SRAM clock on startup, otherwise u-boot crashes on resume from > suspend. > > Signed-off-by: Vasily Khoruzhick > --- > arch/arm/cpu/pxa/start.S | 10 +-

[U-Boot] [PATCH 07/11] pxa: start.S: enable SRAM clock

2016-03-20 Thread Vasily Khoruzhick
SRAM is used for early stack, but kernel disables its clock on suspend. Re-enable SRAM clock on startup, otherwise u-boot crashes on resume from suspend. Signed-off-by: Vasily Khoruzhick --- arch/arm/cpu/pxa/start.S | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/a