X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fldscripts%2Fmsp430x2274.x;h=92f9dd75ff52d0ee9e63c89fdea5472029d1b814;hp=3e21442a2441b59caea6dae34d1e69215e3c79d6;hb=e192ebab56a698ab6c9822f8667a4a94542a7690;hpb=a2c8cdf4174097b1045f64c8c03673cd0b2a6ebc diff --git a/firmware/ldscripts/msp430x2274.x b/firmware/ldscripts/msp430x2274.x index 3e21442..92f9dd7 100644 --- a/firmware/ldscripts/msp430x2274.x +++ b/firmware/ldscripts/msp430x2274.x @@ -4,7 +4,7 @@ OUTPUT_ARCH(msp:22) MEMORY { text (rx) : ORIGIN = 0xc000, LENGTH = 0x3fe0 - data (rwx) : ORIGIN = 0x0200, LENGTH = 512 + data (rwx) : ORIGIN = 0x0202, LENGTH = 510 vectors (rw) : ORIGIN = 0xffe0, LENGTH = 32 bootloader(rx) : ORIGIN = 0x0c00, LENGTH = 1K infomem(rx) : ORIGIN = 0x1000, LENGTH = 256