Skip to content

Commit

Permalink
microblaze: remove OUTPUT_FORMAT from linker script
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent 600eb61 commit b3ea838
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/microblaze/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* for more details.
*/

OUTPUT_FORMAT("elf32-microblaze", "elf32-microblaze", "elf32-microblaze")
OUTPUT_ARCH(microblaze)
ENTRY(microblaze_start)

Expand Down

0 comments on commit b3ea838

Please sign in to comment.