Skip to content

Commit dec52a3

Browse files
authored
fix(rt): 160-KiB SRAM size for D1 chip series (#22)
Signed-off-by: Zhouqi Jiang <[email protected]>
1 parent 398d5eb commit dec52a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allwinner-rt/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const LINKER_ALLWINNER_D1: &[u8] = b"
1313
OUTPUT_ARCH(riscv)
1414
ENTRY(head_jump)
1515
MEMORY {
16-
SRAM : ORIGIN = 0x00020000, LENGTH = 128K
16+
SRAM : ORIGIN = 0x00020000, LENGTH = 160K
1717
}
1818
SECTIONS {
1919
.head : {

0 commit comments

Comments
 (0)