| Submitter | Jean-Christophe PLAGNIOL-VILLARD |
|---|---|
| Date | March 3, 2009, 2:07 p.m. |
| Message ID | <1236089265-24598-2-git-send-email-plagnioj@jcrosoft.com> |
| Download | mbox | patch |
| Permalink | /patch/71649/ |
| State | Accepted |
| Delegated to: | Reinhard Meyer |
| Headers | show |
Comments
Patch
diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S index fbcfe6d..f610e9f 100644 --- a/cpu/arm920t/start.S +++ b/cpu/arm920t/start.S @@ -258,11 +258,9 @@ cpu_init_crit: * find a lowlevel_init.S in your board directory. */ mov ip, lr -#if defined(CONFIG_AT91RM9200EK) -#else bl lowlevel_init -#endif + mov lr, ip mov pc, lr #endif /* CONFIG_SKIP_LOWLEVEL_INIT */
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> --- cpu/arm920t/start.S | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)