summaryrefslogtreecommitdiff
path: root/src/arch/x86/init/failover.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/init/failover.ld')
-rw-r--r--src/arch/x86/init/failover.ld4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/init/failover.ld b/src/arch/x86/init/failover.ld
index 5e4efa973f..d7aa47e249 100644
--- a/src/arch/x86/init/failover.ld
+++ b/src/arch/x86/init/failover.ld
@@ -18,10 +18,6 @@
* Foundation, Inc.
*/
-/* We use ELF as output format. So that we can debug the code in some form. */
-OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
-OUTPUT_ARCH(i386)
-
MEMORY {
rom : ORIGIN = 0xffff0000, LENGTH = 64K
}