From dbd7dc6a5f914d57d922698e3199ece51b8a7bd4 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_GNU/BaS_GNU/bas.lk.S | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/BaS_GNU/BaS_GNU/bas.lk.S b/BaS_GNU/BaS_GNU/bas.lk.S index 41f4503..e970f5d 100644 --- a/BaS_GNU/BaS_GNU/bas.lk.S +++ b/BaS_GNU/BaS_GNU/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)