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:
parent
dbb5e57555
commit
299dddfdce
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue