From 1ddfc9384a3a896e16ced5adca54ba0f728aa7ca Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 14 May 2009 23:11:47 +0000 Subject: [PATCH] Backup unnecessary bootloader logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1781 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/lm3s/lm3s_start.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/arm/src/lm3s/lm3s_start.c b/arch/arm/src/lm3s/lm3s_start.c index f10c2a5a449..8de6e48e1f1 100644 --- a/arch/arm/src/lm3s/lm3s_start.c +++ b/arch/arm/src/lm3s/lm3s_start.c @@ -113,14 +113,6 @@ void __start(void) up_lowsetup(); showprogress('A'); - /* If we booted from a bootloader, then set the NVIC to use our copy of - * of the vectors in FLASH. - */ - -#ifdef CONFIG_ARCH_BOOTLOADER - putreg32((uint32)lm3s_vectors, NVIC_VECTAB); -#endif - /* Clear .bss. We'll do this inline (vs. calling memset) just to be * certain that there are no issues with the state of global variables. */