Browse Source

change the file name from rtthread-stm32.map to rtthread-lm4f.map

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2202 bbd45198-f89e-11dd-88c7-29a3b14d5316
dzzxzz@gmail.com 13 years ago
parent
commit
83ad1ad01d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/lm4f232/rtconfig.py

+ 1 - 1
bsp/lm4f232/rtconfig.py

@@ -45,7 +45,7 @@ if PLATFORM == 'gcc':
     DEVICE = ' -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -ffunction-sections -fdata-sections'
     CFLAGS = DEVICE 
     AFLAGS = ' -c' + DEVICE + ' -x assembler-with-cpp'
-    LFLAGS = DEVICE + ' -Wl,--gc-sections,-Map=rtthread-stm32.map,-cref,-u,Reset_Handler -T lm4f_rom.ld'
+    LFLAGS = DEVICE + ' -Wl,--gc-sections,-Map=rtthread-lm4f.map,-cref,-u,Reset_Handler -T lm4f_rom.ld'
 
     CPATH = ''
     LPATH = ''