aboutsummaryrefslogtreecommitdiff
path: root/applications
diff options
context:
space:
mode:
authorNir Ekhauz <nir.ekhauz@arm.com>2021-10-21 15:42:22 +0300
committerNir Ekhauz <nir.ekhauz@arm.com>2021-10-24 07:35:37 +0300
commit1a9693920e6dc05e047bb56f2f2b7a7620485e45 (patch)
tree3733ba9406aa95173cd9ed14f1a7a1938883ab66 /applications
parent64f37cde5db1576056abe8940f73992ba3128bee (diff)
downloadethos-u-core-platform-1a9693920e6dc05e047bb56f2f2b7a7620485e45.tar.gz
Verify Corstone-300 AN552
Set BRAM size to 1MB and SRAM size to 2MB for corstone-300 target in gcc and armclang. Change-Id: I5728948ba64fa69459f9a28d8b6459f7d63bd4d0
Diffstat (limited to 'applications')
-rw-r--r--applications/trustzone_inference/corstone-300/trustzone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/trustzone_inference/corstone-300/trustzone.h b/applications/trustzone_inference/corstone-300/trustzone.h
index 9f145c3..ad1676a 100644
--- a/applications/trustzone_inference/corstone-300/trustzone.h
+++ b/applications/trustzone_inference/corstone-300/trustzone.h
@@ -87,7 +87,7 @@
#define BRAM_BASE_S 0x11000000
#define BRAM_BASE_NS 0x01000000
-#define BRAM_TOTAL_SIZE 0x00200000
+#define BRAM_TOTAL_SIZE 0x00100000
#define BRAM_MPC 0x57000000
#define SRAM0_BASE_S 0x31000000