diff options
Diffstat (limited to 'arch/riscv/init-link.S')
| -rw-r--r-- | arch/riscv/init-link.S | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/riscv/init-link.S b/arch/riscv/init-link.S deleted file mode 100644 index db18822..0000000 --- a/arch/riscv/init-link.S +++ /dev/null @@ -1,14 +0,0 @@ -#include <apos/link.lds.h> -#include <vmap.h> - -OUTPUT_ARCH(riscv) -ENTRY(_start) - -SECTIONS { - . = ABSOLUTE(PM_KERN); - .text ALIGN(4K) : AT(0) { - *(.init.start) - *(.text); - . = ALIGN(4K); - } -} |
