summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/lpc214x/lpc214x_head.S')
-rw-r--r--nuttx/arch/arm/src/lpc214x/lpc214x_head.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/lpc214x/lpc214x_head.S b/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
index 117ca6a1f..6b5c24e17 100644
--- a/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
+++ b/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
@@ -477,7 +477,9 @@ __start:
/* Perform early serial initialization */
mov fp, #0
+#ifdef CONFIG_USE_EARLYSERIALINIT
bl up_earlyserialinit
+#endif
showprogress 'C'
showprogress '\n'