commit | 08d5451fc56977d184ce9c4239c51040de98798b | [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 | f5c0be0df269d7e548316a7e5ddea49a1528a321 [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>