From ca9268141d537f9f402e5585fd0d642e5ff8539f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Sat, 20 Oct 2012 15:03:23 +0000 Subject: [PATCH] Removed useless .code section. --- bas.lk.S | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/bas.lk.S b/bas.lk.S index 41f4503..e970f5d 100644 --- a/bas.lk.S +++ b/bas.lk.S @@ -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)