summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-18 12:02:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-18 12:02:22 +0000
commit2b428ef0ba1fcd81b550f0d91a1f44a1b1c92ce0 (patch)
tree54e6f3ef7ab0ab5f771029ba222050a8fe3ec3bb /nuttx/arch/sh/src
parent9fa3ac76e655b92daf653fb833da59fd904e9d17 (diff)
downloadpx4-nuttx-2b428ef0ba1fcd81b550f0d91a1f44a1b1c92ce0.tar.gz
px4-nuttx-2b428ef0ba1fcd81b550f0d91a1f44a1b1c92ce0.tar.bz2
px4-nuttx-2b428ef0ba1fcd81b550f0d91a1f44a1b1c92ce0.zip
cosmetic renaming
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1513 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src')
-rw-r--r--nuttx/arch/sh/src/m16c/m16c_head.S4
-rw-r--r--nuttx/arch/sh/src/sh1/sh1_head.S6
2 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/arch/sh/src/m16c/m16c_head.S b/nuttx/arch/sh/src/m16c/m16c_head.S
index 81a8e0c94..72ab065ad 100644
--- a/nuttx/arch/sh/src/m16c/m16c_head.S
+++ b/nuttx/arch/sh/src/m16c/m16c_head.S
@@ -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
diff --git a/nuttx/arch/sh/src/sh1/sh1_head.S b/nuttx/arch/sh/src/sh1/sh1_head.S
index c402e45ba..441cfdd80 100644
--- a/nuttx/arch/sh/src/sh1/sh1_head.S
+++ b/nuttx/arch/sh/src/sh1/sh1_head.S
@@ -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: