diff options
-rw-r--r-- | src/arch/arm64/romstage.ld | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/arm64/romstage.ld b/src/arch/arm64/romstage.ld index 9e08464a33..c56d5ad3ff 100644 --- a/src/arch/arm64/romstage.ld +++ b/src/arch/arm64/romstage.ld @@ -20,11 +20,6 @@ */ /* We use ELF as output format. So that we can debug the code in some form. */ -/* - INCLUDE ldoptions - */ - -/* We use ELF as output format. So that we can debug the code in some form. */ OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64") OUTPUT_ARCH(aarch64) INCLUDE ldoptions |