diff options
| author | Xiang W <[email protected]> | 2024-04-08 23:27:42 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2024-04-10 09:50:24 +0530 |
| commit | d4d2582eef7aac442076f955e4024403f8ff3d96 (patch) | |
| tree | 3623c416199df750595d3a5147027ee41a51d5b8 /platform/nuclei | |
| parent | 73344d4724d89ab5591311b9badfad875dddbb92 (diff) | |
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 <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Tested-by: Anup Patel <[email protected]>
Diffstat (limited to 'platform/nuclei')
| -rw-r--r-- | platform/nuclei/ux600/objects.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/nuclei/ux600/objects.mk b/platform/nuclei/ux600/objects.mk index 7c429e0b..2753a7f9 100644 --- a/platform/nuclei/ux600/objects.mk +++ b/platform/nuclei/ux600/objects.mk @@ -22,7 +22,6 @@ platform-runcmd = xl_spike \ platform-objs-y += platform.o # Blobs to build -FW_TEXT_START=0xA0000000 FW_DYNAMIC=y FW_JUMP=y |
