commit | 3b5ab6228ba0d33d3df1c7c7fa4e0b13b58f45d7 | [log] [tgz] |
---|---|---|
author | Vasily Khoruzhick <anarsoul@gmail.com> | Sun Mar 20 18:37:06 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun Mar 27 09:12:59 2016 -0400 |
tree | b02ccd1b86fe5f09bc470f99f1a6cf8539c763d1 | |
parent | e9069f5baa128e7801b986de4a21196d67dd2545 [diff] |
pxa: start.S: enable SRAM clock 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 <anarsoul@gmail.com>