Skip to content
Snippets Groups Projects
Commit 6286423d authored by patacongo's avatar patacongo
Browse files

cosmetic renaming

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1513 42af7a65-404d-4744-a932-0658087f49c3
parent b1298c8c
No related branches found
No related tags found
No related merge requests found
......@@ -242,10 +242,10 @@ __start:
# warning "Far RAM support not implemented"
#endif
/* Perform early serial initialization */
/* Perform early console initialization */
#ifdef CONFIG_USE_EARLYSERIALINIT
.globl _up_earlyconsoleinit /* Early initialization of serial driver */
.globl _up_earlyconsoleinit /* Early initialization of console driver */
jsr.a _up_earlyconsoleinit /* Call it */
showprogress 'D'
#endif
......
......@@ -424,10 +424,10 @@ __start0:
showprogress 'A'
/* Perform early serial initialization */
/* Perform early console initialization */
#ifdef CONFIG_USE_EARLYSERIALINIT
mov.l .Learlyser, r0 /* Address of up_earlyconsoleinit */
mov.l .Learlyconsole, r0 /* Address of up_earlyconsoleinit */
jsr @r0 /* Call it */
or r0, r0 /* Delay slot */
#endif
......@@ -482,7 +482,7 @@ __start0:
.Lebss:
.long _ebss
#ifdef CONFIG_USE_EARLYSERIALINIT
.Learlyser:
.Learlyconsole:
.long _up_earlyconsoleinit
#endif
.Llowsetup:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment