aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/conf/kernel-link.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/conf/kernel-link.S')
-rw-r--r--arch/riscv/conf/kernel-link.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/riscv/conf/kernel-link.S b/arch/riscv/conf/kernel-link.S
index ebcc877..4592086 100644
--- a/arch/riscv/conf/kernel-link.S
+++ b/arch/riscv/conf/kernel-link.S
@@ -7,7 +7,6 @@ SECTIONS {
. = ABSOLUTE(VM_KERN);
.text ALIGN(4K) : AT(0) {
*(.kernel.start);
- *(.text);
- . = ALIGN(4K);
+ *(.text*);
}
}