From e6e92a686b35f50455f9a6c1be6e59c110e91b93 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 3 Dec 2009 23:08:07 +0000 Subject: More init logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2303 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/lpc214x/lpc214x_head.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/arm/src/lpc214x') diff --git a/nuttx/arch/arm/src/lpc214x/lpc214x_head.S b/nuttx/arch/arm/src/lpc214x/lpc214x_head.S index bf8948f19..72d026aaa 100644 --- a/nuttx/arch/arm/src/lpc214x/lpc214x_head.S +++ b/nuttx/arch/arm/src/lpc214x/lpc214x_head.S @@ -552,7 +552,7 @@ __start: * as possible. Modifies r0, r1, r2, and r14. */ - bl up_lowsetup + bl up_lowsetup showprogress 'A' /* Setup system stack (and get the BSS range) */ -- cgit v1.2.3