From c4c60b12b5b3cf0818ae380e9bfd0072d68c2f3f Mon Sep 17 00:00:00 2001 From: M V Pratap Reddy Date: Fri, 11 Dec 2020 21:21:35 +0530 Subject: [PATCH] Board: Fix for am64x diagnostic test failure on mpu core --- packages/ti/board/diag/common/am64x/diag_entry.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ti/board/diag/common/am64x/diag_entry.asm b/packages/ti/board/diag/common/am64x/diag_entry.asm index 7aab3fd3c..fa34b5ca3 100755 --- a/packages/ti/board/diag/common/am64x/diag_entry.asm +++ b/packages/ti/board/diag/common/am64x/diag_entry.asm @@ -236,7 +236,7 @@ gnu_targets_arm_rtsv8A_startupAsm: stp x21, x22, [sp, #-16]! /* save SP and LR to stack */ /* do more initialization in C, go to main() */ - bl main + bl start_boot mov x20, x0 ldp x0, x1, [sp], #16 /* Load SP and LR to stack */ mov sp, x0 -- 2.26.2