summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-14 23:11:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-14 23:11:47 +0000
commit8b70e38ece41f6ef6a9ebfe19e9f2e42a479e0bc (patch)
treef03b5b563de57e5a165d7196a9a8f6d99a7dd402
parent80401c9060f6509503e690f97611e9a966a9f759 (diff)
downloadnuttx-8b70e38ece41f6ef6a9ebfe19e9f2e42a479e0bc.tar.gz
nuttx-8b70e38ece41f6ef6a9ebfe19e9f2e42a479e0bc.tar.bz2
nuttx-8b70e38ece41f6ef6a9ebfe19e9f2e42a479e0bc.zip
Backup unnecessary bootloader logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1781 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/arch/arm/src/lm3s/lm3s_start.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/nuttx/arch/arm/src/lm3s/lm3s_start.c b/nuttx/arch/arm/src/lm3s/lm3s_start.c
index f10c2a5a4..8de6e48e1 100644
--- a/nuttx/arch/arm/src/lm3s/lm3s_start.c
+++ b/nuttx/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.
*/