Browse Source

microblaze: remove OUTPUT_FORMAT from linker script

OUTPUT_FORMAT setup bigendian platform. Microblaze Linux port
is becoming bi endian that's why it is removed.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek 15 years ago
parent
commit
b3ea838093
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/microblaze/kernel/vmlinux.lds.S

+ 0 - 1
arch/microblaze/kernel/vmlinux.lds.S

@@ -8,7 +8,6 @@
  * for more details.
  */
 
-OUTPUT_FORMAT("elf32-microblaze", "elf32-microblaze", "elf32-microblaze")
 OUTPUT_ARCH(microblaze)
 ENTRY(microblaze_start)