aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.ld
diff options
context:
space:
mode:
Diffstat (limited to 'pk/pk.ld')
-rw-r--r--pk/pk.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/pk.ld b/pk/pk.ld
index 5f00253..ddd4cc0 100644
--- a/pk/pk.ld
+++ b/pk/pk.ld
@@ -16,7 +16,7 @@ SECTIONS
.text :
{
- riscv-pk.o(.text)
+ pk.o(.text)
}
/* text: Program code section */