commit | 03eecab9a1ba5f0226987a6ea58eb75a41d23408 | [log] [tgz] |
---|---|---|
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | Thu Oct 04 18:39:22 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 08 11:15:04 2012 -0700 |
tree | bafc3f3e77b603ebb3e679e6fdc922c400ac16f1 | |
parent | 8a10180d62bb50a1f19441494bf9a5cea29ccfda [diff] |
arm: rmobile: bugfix: wrong register saving in lowlevel_init lowlevel_init() of rmobile badly assumed that ip register holds return address. The commit "63ee53a7 armv7 cpu_init_crit: Simplify code" breaks this assumption. This patch removes this bad assumption and simplify code. Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>