Removed useless .code section.

This commit is contained in:
Vincent Rivière
2012-10-20 15:03:23 +00:00
parent 0fc0f761b9
commit dbd7dc6a5f

View File

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