summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common/up_head.S
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-02 18:18:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-02 18:18:59 +0000
commit3fd3ce2c6946e6162a2895f7e031231f64ebf6f3 (patch)
treebef21208f8dd5756a663dc937dde70fd43280be4 /nuttx/arch/arm/src/common/up_head.S
parenteb4d3300acdff3332ca4ad06ff1a5ae3bbc1449d (diff)
downloadpx4-nuttx-3fd3ce2c6946e6162a2895f7e031231f64ebf6f3.tar.gz
px4-nuttx-3fd3ce2c6946e6162a2895f7e031231f64ebf6f3.tar.bz2
px4-nuttx-3fd3ce2c6946e6162a2895f7e031231f64ebf6f3.zip
Add TELNET front end to NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@421 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/common/up_head.S')
-rw-r--r--nuttx/arch/arm/src/common/up_head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/common/up_head.S b/nuttx/arch/arm/src/common/up_head.S
index 65403ee23..e6afed640 100644
--- a/nuttx/arch/arm/src/common/up_head.S
+++ b/nuttx/arch/arm/src/common/up_head.S
@@ -284,7 +284,7 @@ __start:
#endif
/* Perform early serial initialization */
-#ifdef CONFIG_DEV_CONSOLE
+#if defined(CONFIG_DEV_CONSOLE) && CONFIG_NFILE_DESCRIPTORS > 0
bl up_earlyserialinit
#endif