diff options
Diffstat (limited to 'arch/riscv/conf/init-link.S')
| -rw-r--r-- | arch/riscv/conf/init-link.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/riscv/conf/init-link.S b/arch/riscv/conf/init-link.S index f1ceadc..2bb904b 100644 --- a/arch/riscv/conf/init-link.S +++ b/arch/riscv/conf/init-link.S @@ -7,7 +7,6 @@ SECTIONS { . = ABSOLUTE(PM_KERN); .text ALIGN(4K) : AT(0) { *(.init.start) - *(.text); - . = ALIGN(4K); + *(.text*); } } |
