| Submitter | Marek Vasut |
|---|---|
| Date | Oct. 3, 2012, 11:28 p.m. |
| Message ID | <1349306927-13378-2-git-send-email-marex@denx.de> |
| Download | mbox | patch |
| Permalink | /patch/188964/ |
| State | Accepted |
| Delegated to: | Jason Jin |
| Headers | show |
Comments
Patch
diff --git a/arch/m68k/cpu/mcf547x_8x/start.S b/arch/m68k/cpu/mcf547x_8x/start.S index ec65cae..d99747b 100644 --- a/arch/m68k/cpu/mcf547x_8x/start.S +++ b/arch/m68k/cpu/mcf547x_8x/start.S @@ -164,8 +164,8 @@ _start: move.l #__got_start, %a5 /* put relocation table address to a5 */ - bsr cpu_init_f /* run low-level CPU init code (from flash) */ - bsr board_init_f /* run low-level board init code (from flash) */ + jbsr cpu_init_f /* run low-level CPU init code (from flash) */ + jbsr board_init_f /* run low-level board init code (from flash) */ /* board_init_f() does not return */