mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
[cpu lpc3487]
* removed unnecessary from linkerscript
This commit is contained in:
parent
15d27d8244
commit
ecec50e905
@ -174,7 +174,6 @@ SECTIONS
|
||||
{
|
||||
. = ALIGN(4); /* ensure data is aligned so relocation can use 4-byte operations */
|
||||
__bss_start = .; /* define a global symbol marking the start of the .bss section */
|
||||
*(.bss) /* all .bss sections */
|
||||
*(.bss*) /* all .bss sections */
|
||||
*(COMMON)
|
||||
} > ram /* put all the above in RAM (it will be cleared in the startup code */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user