]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Added interrupt vectors memory area.
authormaek <devnull@localhost>
Wed, 20 Oct 2010 15:10:24 +0000 (17:10 +0200)
committermaek <devnull@localhost>
Wed, 20 Oct 2010 15:10:24 +0000 (17:10 +0200)
boards/ti_tms570ls/memory.ldf

index 7f4a246b3cb1a458929d0f3402d10a6ab1b6ae4a..65c645708a495a9ed9c950411d72c24d6285ba7f 100644 (file)
@@ -1,4 +1,4 @@
 \r
-\r
-flash(R) : ORIGIN = 0x00000000, LENGTH = 2M\r
+intvecs(R)      : ORIGIN = 0x0000000, LENGTH = 0x20\r
+flash(R) : ORIGIN = 0x00000020, LENGTH = 2M\r
 ram(RW)  : ORIGIN = 0x08000000, LENGTH = 160K\r