mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Fixed linker to put rventrypoint at 0x80000000 in examples
This commit is contained in:
parent
66b33c09be
commit
b11a8ae926
@ -4,7 +4,7 @@ ENTRY(rvtest_entry_point)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x80000000;
|
||||
.text : { *(.text.init) }
|
||||
.text : { *(.text.init) *(.text) }
|
||||
. = ALIGN(0x1000);
|
||||
.tohost : { *(.tohost) }
|
||||
. = ALIGN(0x1000);
|
||||
|
Loading…
Reference in New Issue
Block a user