Skip to content
Snippets Groups Projects
Commit 46ccc6da authored by patacongo's avatar patacongo
Browse files

Backup unnecessary bootloader logic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1781 42af7a65-404d-4744-a932-0658087f49c3
parent 1feb2856
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment