diff --git a/packages/ti/board/diag/common/am64x/diag_entry.asm b/packages/ti/board/diag/common/am64x/diag_entry.asm
index 7aab3fd3cc5657b63b5f9630f7e280dc397df22e..fa34b5ca3a88e77fe6f799081c4aed01dd800576 100755 (executable)
stp x21, x22, [sp, #-16]! /* save SP and LR to stack */\r
\r
/* do more initialization in C, go to main() */\r
stp x21, x22, [sp, #-16]! /* save SP and LR to stack */\r
\r
/* do more initialization in C, go to main() */\r
- bl main\r
+ bl start_boot\r
mov x20, x0\r
ldp x0, x1, [sp], #16 /* Load SP and LR to stack */\r
mov sp, x0\r
mov x20, x0\r
ldp x0, x1, [sp], #16 /* Load SP and LR to stack */\r
mov sp, x0\r