aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/inspect_elf.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inspect_elf.rs b/tests/inspect_elf.rs
index 8108f3f..e9a8f73 100644
--- a/tests/inspect_elf.rs
+++ b/tests/inspect_elf.rs
@@ -198,7 +198,7 @@ struct Section {
}
const DTCM: u64 = 0x2000_0000;
-const ITCM: u64 = 0x0000_0000;
+const ITCM: u64 = 0x0000_0020;
const fn aligned(value: u64, alignment: u64) -> u64 {
(value + (alignment - 1)) & !(alignment - 1)