Skip to content

Commit

Permalink
[do not merge]: qemu_virt_riscv64 loader link addr fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Mar 3, 2025
1 parent 72c1b20 commit 7c327d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class ConfigInfo:
name="qemu_virt_riscv64",
arch=KernelArch.RISCV64,
gcc_cpu=None,
loader_link_address=0x80200000,
loader_link_address=0xa0000000,
kernel_options={
"KernelPlatform": "qemu-riscv-virt",
"KernelIsMCS": True,
Expand Down

0 comments on commit 7c327d3

Please sign in to comment.