diff options
Diffstat (limited to 'board/gen860t/u-boot.lds')
-rw-r--r-- | board/gen860t/u-boot.lds | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index 1b53c72..b67faa6 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 = .); } - |