mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
Backup unnecessary bootloader logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1781 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
d6adb3eb8b
commit
1ddfc9384a
1 changed files with 0 additions and 8 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue