1
0
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:
Oliver Hahm 2011-06-27 09:41:56 +02:00
parent 15d27d8244
commit ecec50e905

View File

@ -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 */