summaryrefslogtreecommitdiff
path: root/BaseTools
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-08-03 08:23:36 +0000
committerabiesheuvel <abiesheuvel@Edk2>2015-08-03 08:23:36 +0000
commita7ab160209fb40e4fcc7d0557e12330686d158ad (patch)
treeab76d17969f0055db7f49a6054d836c51eb901a4 /BaseTools
parent5670dd5e99193e23ef2d3ee7bf24688766fd4db4 (diff)
downloadedk2-platforms-a7ab160209fb40e4fcc7d0557e12330686d158ad.tar.xz
BaseTools AARCH64: remove incremental linker script for 64K alignment
Now that we moved all users to the unified GCC linker script, remove the old 64 KB incremental linker script for AARCH64 since it is now unused. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Tested-by: Leif Lindholm <leif.lindholm@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18141 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/Scripts/gcc-aarch64-64K-align-ld-script4
1 files changed, 0 insertions, 4 deletions
diff --git a/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script b/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script
deleted file mode 100644
index 8aa4c5f08c..0000000000
--- a/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script
+++ /dev/null
@@ -1,4 +0,0 @@
-SECTIONS {
- .text : ALIGN(0x10000) { }
- .data : ALIGN(0x10000) { }
-}