diff options
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/elf2ecoff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/boot/elf2ecoff.c b/arch/mips/boot/elf2ecoff.c index c5a7f308c405..e19d906236af 100644 --- a/arch/mips/boot/elf2ecoff.c +++ b/arch/mips/boot/elf2ecoff.c | |||
@@ -59,8 +59,8 @@ struct sect { | |||
59 | }; | 59 | }; |
60 | 60 | ||
61 | int *symTypeTable; | 61 | int *symTypeTable; |
62 | int must_convert_endian = 0; | 62 | int must_convert_endian; |
63 | int format_bigendian = 0; | 63 | int format_bigendian; |
64 | 64 | ||
65 | static void copy(int out, int in, off_t offset, off_t size) | 65 | static void copy(int out, int in, off_t offset, off_t size) |
66 | { | 66 | { |