From ecec50e90522970f45f5a02b694bee90abc4c495 Mon Sep 17 00:00:00 2001 From: Oliver Hahm Date: Mon, 27 Jun 2011 09:41:56 +0200 Subject: [PATCH] [cpu lpc3487] * removed unnecessary from linkerscript --- cpu/lpc2387/linkerscript.x | 1 - 1 file changed, 1 deletion(-) diff --git a/cpu/lpc2387/linkerscript.x b/cpu/lpc2387/linkerscript.x index 121167139c..ad2fe40e0d 100644 --- a/cpu/lpc2387/linkerscript.x +++ b/cpu/lpc2387/linkerscript.x @@ -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 */