]> git.ipfire.org Git - people/ms/u-boot.git/commit
pxa: start.S: enable SRAM clock
authorVasily Khoruzhick <anarsoul@gmail.com>
Mon, 21 Mar 2016 01:37:06 +0000 (18:37 -0700)
committerTom Rini <trini@konsulko.com>
Sun, 27 Mar 2016 13:12:59 +0000 (09:12 -0400)
commit9ddde3e6ce8abd97d397e3915204a6981d287e42
treeb02ccd1b86fe5f09bc470f99f1a6cf8539c763d1
parentafed7ebe8500e6f05ac93ceb5e3f75fd193fd786
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>
arch/arm/cpu/pxa/start.S