Browse Source

Adjust RustSBI size.

Yifan Wu 4 years ago
parent
commit
5f1011e976
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/qemu/link-qemu.ld

+ 1 - 1
platform/qemu/link-qemu.ld

@@ -1,6 +1,6 @@
 MEMORY {
     /* 存储单元的物理地址 */
-    SRAM : ORIGIN = 0x80000000, LENGTH = 128K
+    SRAM : ORIGIN = 0x80000000, LENGTH = 2M
 }
 
 PROVIDE(_stext = 0x80000000);