aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.ld
diff options
context:
space:
mode:
Diffstat (limited to 'pk/pk.ld')
-rw-r--r--pk/pk.ld11
1 files changed, 5 insertions, 6 deletions
diff --git a/pk/pk.ld b/pk/pk.ld
index 577de0f..5be7ab8 100644
--- a/pk/pk.ld
+++ b/pk/pk.ld
@@ -11,15 +11,14 @@ SECTIONS
/* Begining of code and text segment */
. = 0x00000000;
- .boottext :
- {
- riscv-pk.o(.boottext)
- }
-
- . = 0x70000000;
_ftext = .;
PROVIDE( eprol = . );
+ .text :
+ {
+ riscv-pk.o(.text)
+ }
+
/* text: Program code section */
.text :
{