sam3n: update clock and kdebug modules to use lastest register definion convention
[bertos.git] / bertos / cpu / cortex-m3 / scripts / lm3s8962_ram.ld
index 87d9a30978bfdebd2f0fecb075cc4002efd90b0a..d404988248686317ec16613f6e3558cb286e3058 100644 (file)
  *
  * -->
  *
- * \brief Script for Luminary Micro LM3S8968 Cortex M3 family processors.
+ * \brief Script for Luminary Micro LM3S8962 Cortex M3 family processors.
  *
  * \author Andrea Righi <arighi@develer.com>
  */
 
-INCLUDE bertos/cpu/cortex-m3/scripts/lm3s1968_ram.ld
+/*
+ * Define memory configuration for LM3S8962 board
+ */
+MEMORY
+{
+        rom(rx) : org = 0x00000000, len = 256k
+        ram(rwx) : org = 0x20000000, len = 64k
+}
+
+INCLUDE "bertos/cpu/cortex-m3/scripts/cortex-m3_ram.ld"
+