diff options
-rw-r--r-- | arch/mips/boot/ecoff.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/boot/ecoff.h b/arch/mips/boot/ecoff.h index 83e5c3813d67..7a75ce2c1bcd 100644 --- a/arch/mips/boot/ecoff.h +++ b/arch/mips/boot/ecoff.h | |||
@@ -12,7 +12,6 @@ typedef struct filehdr { | |||
12 | } FILHDR; | 12 | } FILHDR; |
13 | #define FILHSZ sizeof(FILHDR) | 13 | #define FILHSZ sizeof(FILHDR) |
14 | 14 | ||
15 | #define OMAGIC 0407 | ||
16 | #define MIPSEBMAGIC 0x160 | 15 | #define MIPSEBMAGIC 0x160 |
17 | #define MIPSELMAGIC 0x162 | 16 | #define MIPSELMAGIC 0x162 |
18 | 17 | ||