summaryrefslogtreecommitdiff
path: root/board/gen860t/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/gen860t/u-boot.lds')
-rw-r--r--board/gen860t/u-boot.lds11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds
index 1b53c723d5..b67faa63d0 100644
--- a/board/gen860t/u-boot.lds
+++ b/board/gen860t/u-boot.lds
@@ -56,15 +56,6 @@ SECTIONS
.text :
{
cpu/mpc8xx/start.o (.text)
- common/dlmalloc.o (.text)
- lib_ppc/ppcstring.o (.text)
- lib_generic/vsprintf.o (.text)
- lib_generic/crc32.o (.text)
- lib_generic/zlib.o (.text)
-
-/* . = env_offset;
- common/environment.o(.text) */
-
*(.text)
*(.fixup)
*(.got1)
@@ -128,8 +119,6 @@ SECTIONS
*(.bss)
*(COMMON)
}
-
_end = . ;
PROVIDE (end = .);
}
-