浏览代码

Merge pull request #1431 from ArdaFu/master

[BSP] TM4C129X: Fix IAR compile errors.
Bernard Xiong 7 年之前
父节点
当前提交
ab33cd3110
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      bsp/tm4c129x/tm4c_rom.icf

+ 3 - 3
bsp/tm4c129x/tm4c_rom.icf

@@ -1,6 +1,6 @@
 //*****************************************************************************
 //*****************************************************************************
 //
 //
-// blinky.icf - Linker configuration file for blinky.
+// tm4c_room.icf - Linker configuration file for RT-Thread BSP.
 //
 //
 // Copyright (c) 2013-2017 Texas Instruments Incorporated.  All rights reserved.
 // Copyright (c) 2013-2017 Texas Instruments Incorporated.  All rights reserved.
 // Software License Agreement
 // Software License Agreement
@@ -53,7 +53,7 @@ define block RTT_INIT_FUNC with fixed order { readonly section .rti_fn* };
 // Indicate that the read/write values should be initialized by copying from
 // Indicate that the read/write values should be initialized by copying from
 // flash.
 // flash.
 //
 //
-initialize by copy { readwrite , RTT_INIT_FUNC };
+initialize by copy { readwrite };
 
 
 //
 //
 // Indicate that the noinit values should be left alone.  This includes the
 // Indicate that the noinit values should be left alone.  This includes the
@@ -70,7 +70,7 @@ place at start of FLASH { readonly section .intvec };
 //
 //
 // Place the remainder of the read-only items into flash.
 // Place the remainder of the read-only items into flash.
 //
 //
-place in FLASH { readonly };
+place in FLASH { readonly, block RTT_INIT_FUNC };
 
 
 //
 //
 // Place the RAM vector table at the start of SRAM.
 // Place the RAM vector table at the start of SRAM.