From 011c4581314e5db495a6bb089e10044a5949381b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 12 May 2009 13:01:01 +0000 Subject: Fix some UART initialization problems git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1771 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/lm3s/lm3s_start.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'nuttx/arch/arm/src/lm3s/lm3s_start.c') diff --git a/nuttx/arch/arm/src/lm3s/lm3s_start.c b/nuttx/arch/arm/src/lm3s/lm3s_start.c index 8894117dc..279b4a961 100644 --- a/nuttx/arch/arm/src/lm3s/lm3s_start.c +++ b/nuttx/arch/arm/src/lm3s/lm3s_start.c @@ -87,19 +87,6 @@ extern uint32 _ebss; /* End+1 of .bss */ # define showprogress(c) #endif -/**************************************************************************** - * Name: up_lowsetup - * - * Description: - * Set up initial clocking - * - ****************************************************************************/ - -static inline void up_lowsetup(void) -{ - up_clockconfig(); -} - /**************************************************************************** * Public Functions ****************************************************************************/ @@ -119,6 +106,7 @@ void _start(void) /* Configure the uart so that we can get debug output as soon as possible */ + up_clockconfig(); up_lowsetup(); showprogress('A'); -- cgit v1.2.3