Removed useless .code section.

This commit is contained in:
Vincent Rivière
2012-10-20 15:03:23 +00:00
parent 86318c0fed
commit ca9268141d

View File

@@ -58,13 +58,9 @@ SECTIONS {
__SYS_SRAM = ABSOLUTE(0xFF010000);
__SYS_SRAM_SIZE = ABSOLUTE(0x00008000);
.code ___BOOT_FLASH :
{
objs/startcf.o
} > flash
.text :
.text ___BOOT_FLASH :
{
objs/startcf.o(.text)
objs/sysinit.o(.text)
objs/init_fpga.o(.text)
objs/sd_card.o(.text)