diff options
Diffstat (limited to 'arch/mips/lasat/image/head.S')
-rw-r--r-- | arch/mips/lasat/image/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lasat/image/head.S b/arch/mips/lasat/image/head.S index e0ecda92c40a..41babbe43a8e 100644 --- a/arch/mips/lasat/image/head.S +++ b/arch/mips/lasat/image/head.S @@ -7,7 +7,7 @@ /* Magic words identifying a software image */ .word LASAT_K_MAGIC0_VAL - .word LASAT_K_MAGIC1_VAL + .word LASAT_K_MAGIC1_VAL /* Image header version */ .word 0x00000002 |