Fix typos.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 28 Sep 2010 08:31:27 +0000 (08:31 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 28 Sep 2010 08:31:27 +0000 (08:31 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4322 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/cortex-m3/info/LM3S8962.cdef
bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld
bertos/cpu/detect.h

index ddabc1f2ea6e54d49473295e3b6332d312daa409..3c1f221794d9d5cdffb443234a457d299a79042b 100644 (file)
@@ -62,4 +62,4 @@ CPU_DESC += [ "256 Kbytes on-chip flash memory",
 
 # GCC flags for this cpu.
 MK_CPU_CPPFLAGS += " -D__ARM_LM3S8962__"
-MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "lm3s1968_rom.ld"
+MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "lm3s8962_rom.ld"
index 3dbd11393d4a1bbfd18069ae4f19d750ddcaf91f..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>
  */
 
 /*
- * Define memory configuration for LM3S1968 board
+ * Define memory configuration for LM3S8962 board
  */
 MEMORY
 {
index a6c6baf4607a8c205c69345bc27bf59d5a5bab9e..1232ad69503baef77d2b20871434bf07861d00ee 100644 (file)
        #define CPU_CM3 0
        #define CPU_CM3_LM3S 0
        #define CPU_CM3_LM3S1968 0
-       #define CPU_CM3_LM3S8968 0
+       #define CPU_CM3_LM3S8962 0
 
        #define CPU_CM3_STM32 0
        #define CPU_CM3_STM32F103RB 0