aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/kernel/head.S')
-rw-r--r--arch/riscv/kernel/head.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/kernel/head.S b/arch/riscv/kernel/head.S
index 0f1ba17e476f..52eec0c1bf30 100644
--- a/arch/riscv/kernel/head.S
+++ b/arch/riscv/kernel/head.S
@@ -39,9 +39,9 @@ ENTRY(_start)
39 .word RISCV_HEADER_VERSION 39 .word RISCV_HEADER_VERSION
40 .word 0 40 .word 0
41 .dword 0 41 .dword 0
42 .asciz RISCV_IMAGE_MAGIC 42 .ascii RISCV_IMAGE_MAGIC
43 .word 0
44 .balign 4 43 .balign 4
44 .ascii RISCV_IMAGE_MAGIC2
45 .word 0 45 .word 0
46 46
47.global _start_kernel 47.global _start_kernel