summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2005-03-09 15:16:01 +0100
committerMichael Brown2005-03-09 15:16:01 +0100
commitafff2b50f1e887c6da2a391dff40285337b544a5 (patch)
tree4f6d4916c13a6373ea2838b1e89f7d5cc350c5cf /src
parentlzhuf is obsolete and no longer used (diff)
downloadipxe-afff2b50f1e887c6da2a391dff40285337b544a5.tar.gz
ipxe-afff2b50f1e887c6da2a391dff40285337b544a5.tar.xz
ipxe-afff2b50f1e887c6da2a391dff40285337b544a5.zip
Obsolete; not referenced by anything.
Diffstat (limited to 'src')
-rw-r--r--src/arch/i386/prefix/img.lds6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/i386/prefix/img.lds b/src/arch/i386/prefix/img.lds
deleted file mode 100644
index e383d89e0..000000000
--- a/src/arch/i386/prefix/img.lds
+++ /dev/null
@@ -1,6 +0,0 @@
-OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
-OUTPUT_ARCH(i386)
-
-SECTIONS {
- .img : { *(*) }
-}