提交 dec5e596 编写于 作者: B BigWhiteDog

add missing ld script

上级 44387fd2
/* See LICENSE for license details. */
OUTPUT_ARCH( "riscv" )
ENTRY( boot_decide_vector )
SECTIONS
{
/*--------------------------------------------------------------------*/
/* Code and read-only segment */
/*--------------------------------------------------------------------*/
/* Begining of code and text segment */
. = 0x80000000;
/* restore: Restore Program code section */
.restore.code :
{
*(.restore.code)
}
. = 0x80000f00;
.restore.flag :
{
*(.restore.flag)
}
. = 0x80001000;
.restore.data :
{
*(.restore.data)
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册