Explorar el Código

Adjust RustSBI size.

Yifan Wu hace 4 años
padre
commit
5f1011e976
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);