ARM: 8079/1: zImage: identify kernel endianness
[pandora-kernel.git] / arch / arm / boot / compressed / head.S
index c95feab..413fd94 100644 (file)
@@ -128,6 +128,7 @@ start:
                .word   _magic_sig      @ Magic numbers to help the loader
                .word   _magic_start    @ absolute load/run zImage address
                .word   _magic_end      @ zImage end address
+               .word   0x04030201      @ endianness flag
 
  THUMB(                .thumb                  )
 1: