mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00
firmware: remove FW_TEXT_START
Now opensbi can run at any address via dynamic relocation. We can remove FW_TEXT_START. Signed-off-by: Xiang W <wxjstz@126.com> Reviewed-by: Anup Patel <anup@brainfault.org> Tested-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
@@ -15,7 +15,7 @@ SECTIONS
|
||||
#include "fw_base.ldS"
|
||||
|
||||
#ifdef FW_PAYLOAD_OFFSET
|
||||
. = FW_TEXT_START + FW_PAYLOAD_OFFSET;
|
||||
. = FW_PAYLOAD_OFFSET;
|
||||
#else
|
||||
. = ALIGN(FW_PAYLOAD_ALIGN);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user