]> git.sur5r.net Git - freertos/blobdiff - Demo/MSP430X_MSP430F5438_CCS4/lnk_msp430f5438a.cmd
Added BSP generation files to MicroBlaze directory.
[freertos] / Demo / MSP430X_MSP430F5438_CCS4 / lnk_msp430f5438a.cmd
index fa1ff8a9f02b76617e419d064287dd6cf0843352..439b21a138c7a05a5135e3c7af7a4cc1a4887698 100644 (file)
@@ -106,11 +106,11 @@ SECTIONS
     .sysmem    : {} > RAM                /* DYNAMIC MEMORY ALLOCATION AREA    */\r
     .stack     : {} > RAM (HIGH)         /* SOFTWARE SYSTEM STACK             */\r
 \r
-/* Modified to test the use of high memory. */\r
+/* Can be modified to test the use of high memory. */\r
 /* Original line. */\r
-/*    .text      : {}>> FLASH | FLASH2 */  /* CODE                              */\r
+    .text      : {}>> FLASH | FLASH2  /* CODE                              */\r
 /* Modified line. */\r
-    .text      : {}>> FLASH2              /* CODE                              */\r
+/*    .text      : {} >> FLASH2  */             /* CODE                              */\r
        .main      : {} > FLASH\r
     .text:_isr : {} > FLASH              /* ISR CODE SPACE                    */\r
     .cinit     : {} > FLASH              /* INITIALIZATION TABLES             */\r