blob: 1a27312d4c2e87adae0ad02f3f9ca30e89c179f7 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Brian Murphy1f21d2b2007-08-21 22:34:16 +02002#include <asm/lasat/head.h>
3
4 .text
Denys Vlasenkoe9cfaa92010-02-20 01:03:57 +01005 .section .text..start, "ax"
Brian Murphy1f21d2b2007-08-21 22:34:16 +02006 .set noreorder
7 .set mips3
8
9 /* Magic words identifying a software image */
10 .word LASAT_K_MAGIC0_VAL
Ralf Baechle70342282013-01-22 12:59:30 +010011 .word LASAT_K_MAGIC1_VAL
Brian Murphy1f21d2b2007-08-21 22:34:16 +020012
13 /* Image header version */
14 .word 0x00000002
15
16 /* image start and size */
17 .word _image_start
18 .word _image_size
19
20 /* start of kernel and entrypoint in uncompressed image */
21 .word _kernel_start
22 .word _kernel_entry
23
24 /* Here we have room for future flags */
25
26 .org 0x40
27reldate:
28 .word TIMESTAMP
29
30 .org 0x50
31release:
32 .string VERSION