User base from 0x0->0x10000; user image size limit from 128MB->16MB; trigger race condition on k210
This commit is contained in:
parent
a341b338c8
commit
ff5055386b
5 changed files with 18 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
OUTPUT_ARCH(riscv)
|
||||
ENTRY(_start)
|
||||
|
||||
BASE_ADDRESS = 0x0;
|
||||
BASE_ADDRESS = 0x10000;
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
|
@ -29,4 +29,4 @@ SECTIONS
|
|||
*(.eh_frame)
|
||||
*(.debug*)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue