Skip to content

Commit f64a5fc

Browse files
Oren CohenMichael Schwarcz
authored andcommitted
Move shared memory to the end of the RAM
1 parent ad32209 commit f64a5fc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

targets/targets.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7470,10 +7470,10 @@
74707470
"non-secure-rom-size": "0x78000",
74717471
"secure-ram-start": "0x08000000",
74727472
"secure-ram-size": "0x10000",
7473-
"non-secure-ram-start": "0x08011000",
7474-
"non-secure-ram-size": "0x36800",
7475-
"shared-ram-start": "0x08010000",
7476-
"shared-ram-size": "0x1000"
7473+
"non-secure-ram-start": "0x08010000",
7474+
"non-secure-ram-size": "0x37700",
7475+
"shared-ram-start": "0x08047700",
7476+
"shared-ram-size": "0x100"
74777477
}
74787478
},
74797479
"FUTURE_SEQUANA_PSA": {
@@ -7490,10 +7490,10 @@
74907490
"non-secure-rom-size": "0x78000",
74917491
"secure-ram-start": "0x08000000",
74927492
"secure-ram-size": "0x10000",
7493-
"non-secure-ram-start": "0x08011000",
7494-
"non-secure-ram-size": "0x36800",
7495-
"shared-ram-start": "0x08010000",
7496-
"shared-ram-size": "0x1000"
7493+
"non-secure-ram-start": "0x08010000",
7494+
"non-secure-ram-size": "0x37700",
7495+
"shared-ram-start": "0x08047700",
7496+
"shared-ram-size": "0x100"
74977497
}
74987498
},
74997499
"TMPM3HQ": {

0 commit comments

Comments
 (0)