diff options
Diffstat (limited to 'arch/riscv/conf/kernel-link.S')
| -rw-r--r-- | arch/riscv/conf/kernel-link.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/conf/kernel-link.S b/arch/riscv/conf/kernel-link.S index bf0ad28..d3b1223 100644 --- a/arch/riscv/conf/kernel-link.S +++ b/arch/riscv/conf/kernel-link.S @@ -2,10 +2,10 @@ OUTPUT_ARCH(riscv) ENTRY(main) SECTIONS { - . = ABSOLUTE(PM_KERN); + . = ABSOLUTE(VM_KERN); __kernel_start = .; - .text : AT(0) { + .text ALIGN(4K) : AT(0) { *(.kernel.start); *(.text*); } |
