summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/sh1_head.S
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-18 12:00:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-18 12:00:36 +0000
commit9fa3ac76e655b92daf653fb833da59fd904e9d17 (patch)
treef484915ce11a90da3859bf15bd018347f11bb4ab /nuttx/arch/sh/src/sh1/sh1_head.S
parentf3fad3954742d93d27c75c2f5a1b9542cf82fc32 (diff)
downloadpx4-nuttx-9fa3ac76e655b92daf653fb833da59fd904e9d17.tar.gz
px4-nuttx-9fa3ac76e655b92daf653fb833da59fd904e9d17.tar.bz2
px4-nuttx-9fa3ac76e655b92daf653fb833da59fd904e9d17.zip
Add support for boards with no serial ports
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1512 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src/sh1/sh1_head.S')
-rw-r--r--nuttx/arch/sh/src/sh1/sh1_head.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/sh/src/sh1/sh1_head.S b/nuttx/arch/sh/src/sh1/sh1_head.S
index 61f14443d..c402e45ba 100644
--- a/nuttx/arch/sh/src/sh1/sh1_head.S
+++ b/nuttx/arch/sh/src/sh1/sh1_head.S
@@ -62,7 +62,7 @@
.globl _up_lowsetup /* Early initialization of UART */
#ifdef CONFIG_USE_EARLYSERIALINIT
- .globl _up_earlyserialinit /* Early initialization of serial driver */
+ .globl _up_earlyconsoleinit /* Early initialization of console driver */
#endif
#ifdef CONFIG_ARCH_LEDS
.globl _up_ledinit /* Boot LED setup */
@@ -161,7 +161,7 @@
.macro showprogress, code
#ifdef CONFIG_DEBUG
- mov.l .Llowputc, r0 /* Address of up_earlyserialinit */
+ mov.l .Llowputc, r0 /* Address of up_earlyconsoleinit */
jsr @r0 /* Call it */
mov #\code, r4 /* Delay slot */
#endif
@@ -427,7 +427,7 @@ __start0:
/* Perform early serial initialization */
#ifdef CONFIG_USE_EARLYSERIALINIT
- mov.l .Learlyser, r0 /* Address of up_earlyserialinit */
+ mov.l .Learlyser, r0 /* Address of up_earlyconsoleinit */
jsr @r0 /* Call it */
or r0, r0 /* Delay slot */
#endif
@@ -483,7 +483,7 @@ __start0:
.long _ebss
#ifdef CONFIG_USE_EARLYSERIALINIT
.Learlyser:
- .long _up_earlyserialinit
+ .long _up_earlyconsoleinit
#endif
.Llowsetup:
.long _up_lowsetup