1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm/lasat/head.h>
5 .section .text..start, "ax"
9 /* Magic words identifying a software image */
10 .word LASAT_K_MAGIC0_VAL
11 .word LASAT_K_MAGIC1_VAL
13 /* Image header version */
16 /* image start and size */
20 /* start of kernel and entrypoint in uncompressed image */
24 /* Here we have room for future flags */