From 945d8382d2d38cfe50cee2e9f124484520e16ff2 Mon Sep 17 00:00:00 2001 From: isiora Date: Wed, 4 Oct 2017 19:44:23 +0000 Subject: Moved .boot section in rules.ld git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10771 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/ld/SAMA5D2-T.ld | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'os/common/startup/ARM/compilers') diff --git a/os/common/startup/ARM/compilers/GCC/ld/SAMA5D2-T.ld b/os/common/startup/ARM/compilers/GCC/ld/SAMA5D2-T.ld index 627ccc8da..aacf3aa5c 100755 --- a/os/common/startup/ARM/compilers/GCC/ld/SAMA5D2-T.ld +++ b/os/common/startup/ARM/compilers/GCC/ld/SAMA5D2-T.ld @@ -41,17 +41,3 @@ REGION_ALIAS("DATA_RAM", ram0); REGION_ALIAS("BSS_RAM", ram0); INCLUDE rules.ld - -/* Override of the ENTRY - in order to point towards boot code */ -ENTRY(Boot_Handler) - -/* Extending the startup section to include - the boot code */ -SECTIONS -{ - startup : ALIGN(16) SUBALIGN(16) - { - KEEP(*(.boot)) - } > flash -} -- cgit v1.2.3