]> git.sur5r.net Git - freertos/commitdiff
Tidy up.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 13 Aug 2008 08:01:54 +0000 (08:01 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 13 Aug 2008 08:01:54 +0000 (08:01 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@449 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/m5282evb-ram-hosted.ld

index fd5d9f1b20f4eb308175a1b52194636fbe29fd3b..132d2e5b79d34d5cb28707c228315e44bd255046 100644 (file)
@@ -231,7 +231,7 @@ SECTIONS
     . = ALIGN (8);
     *(.ram)
     _edata = .;
-  } >rambar
+  } >ram
   .bss :
   {
     *(.shbss)
@@ -241,7 +241,7 @@ SECTIONS
     *(.ram.b)
     _end = .;
     __end = .;
-  } >rambar
+  } >ram
   /* __cs3_region_end_ram is deprecated */
   __cs3_region_end_ram = __cs3_region_start_ram + LENGTH(ram);
   __cs3_region_size_ram = LENGTH(ram);