mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 14:43:02 +00:00
Fix bad link
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1190 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
a5145fe21c
commit
63d61ff46f
1 changed files with 3 additions and 7 deletions
|
|
@ -45,14 +45,10 @@ SECTIONS
|
|||
*/
|
||||
|
||||
. = 0x0a002000;
|
||||
.vects : {
|
||||
_svect = ABSOLUTE(.);
|
||||
*(.vects); /* Redirected interrupt vectors */
|
||||
_evect = ABSOLUTE(.);
|
||||
}
|
||||
|
||||
. = 0x0a002400;
|
||||
.text : {
|
||||
_svect = ABSOLUTE(.);
|
||||
*(.vects); /* Relocated interrupt vectors */
|
||||
_evect = ABSOLUTE(.);
|
||||
_stext = ABSOLUTE(.);
|
||||
*(.reset) /* Reset/IRQ code */
|
||||
*(.text) /* Code */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue