mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
5670dd5e99
commit
a7ab160209
|
@ -1,4 +0,0 @@
|
|||
SECTIONS {
|
||||
.text : ALIGN(0x10000) { }
|
||||
.data : ALIGN(0x10000) { }
|
||||
}
|
Loading…
Reference in New Issue