xtensa: remove mention of crt0-app.S

crt0-app.S does not exist, remove it from comments to avoid confusion.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-07-04 07:32:12 -04:00 committed by Carles Cufí
parent dbb5e57555
commit 299dddfdce

View file

@ -4,7 +4,7 @@
*/
/*
* Control arrives here at _start from the reset vector or from crt0-app.S.
* Control arrives here at _start from the reset vector.
*/
#include <xtensa/coreasm.h>
@ -52,7 +52,7 @@ _start:
/*
* _start is typically NOT at the beginning of the text segment --
* it is always called from either the reset vector (__start) or other
* code that does equivalent initialization (such as crt0-app.S).
* code that does equivalent initialization.
*
* Assumptions on entry to _start:
* - low (level-one) and medium priority interrupts are disabled