summaryrefslogtreecommitdiff
path: root/board/eNET/eNET_start.S
diff options
context:
space:
mode:
Diffstat (limited to 'board/eNET/eNET_start.S')
-rw-r--r--board/eNET/eNET_start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eNET/eNET_start.S b/board/eNET/eNET_start.S
index 6659549a37..137fe41b4b 100644
--- a/board/eNET/eNET_start.S
+++ b/board/eNET/eNET_start.S
@@ -27,7 +27,7 @@
.globl early_board_init
early_board_init:
/* No 32-bit board specific initialisation */
- jmp *%ebp /* return to caller */
+ jmp early_board_init_ret
.globl cpu_halt_asm
cpu_halt_asm: