aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.ld
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@ubuntu.(none)>2010-08-22 21:25:41 -0700
committerAndrew Waterman <waterman@ubuntu.(none)>2010-08-22 21:25:41 -0700
commit79a84855df0e7cc1aeba886d8e1d21487af6a3c1 (patch)
treeb44859bb1fd2110d18b96f940aa7d41ac4e00d9a /pk/pk.ld
parent29cc0dc9854c66f12bd65e12516f68ccd9a741da (diff)
downloadriscv-pk-79a84855df0e7cc1aeba886d8e1d21487af6a3c1.zip
riscv-pk-79a84855df0e7cc1aeba886d8e1d21487af6a3c1.tar.gz
riscv-pk-79a84855df0e7cc1aeba886d8e1d21487af6a3c1.tar.bz2
[pk] Fixed broken PK build process (moved boot into a .c file)
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 f1ec715..5dd3ce4 100644
--- a/pk/pk.ld
+++ b/pk/pk.ld
@@ -16,7 +16,7 @@ SECTIONS
. = 0x00000000;
.boottext :
{
- *(.boottext)
+ riscv-pk.o(.boottext)
}
. = 0x70000000;