From 4d723e99d435f2bdff45611e7d48c0f8f2cd1f84 Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 28 Sep 2010 08:31:27 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4322 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/cortex-m3/info/LM3S8962.cdef | 2 +- bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld | 4 ++-- bertos/cpu/detect.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bertos/cpu/cortex-m3/info/LM3S8962.cdef b/bertos/cpu/cortex-m3/info/LM3S8962.cdef index ddabc1f2..3c1f2217 100644 --- a/bertos/cpu/cortex-m3/info/LM3S8962.cdef +++ b/bertos/cpu/cortex-m3/info/LM3S8962.cdef @@ -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" diff --git a/bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld b/bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld index 3dbd1139..d4049882 100644 --- a/bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld +++ b/bertos/cpu/cortex-m3/scripts/lm3s8962_ram.ld @@ -30,13 +30,13 @@ * * --> * - * \brief Script for Luminary Micro LM3S8968 Cortex M3 family processors. + * \brief Script for Luminary Micro LM3S8962 Cortex M3 family processors. * * \author Andrea Righi */ /* - * Define memory configuration for LM3S1968 board + * Define memory configuration for LM3S8962 board */ MEMORY { diff --git a/bertos/cpu/detect.h b/bertos/cpu/detect.h index a6c6baf4..1232ad69 100644 --- a/bertos/cpu/detect.h +++ b/bertos/cpu/detect.h @@ -259,7 +259,7 @@ #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 -- 2.25.1