Skip to content

Commit ff7041c

Browse files
committed
Add Corestone-320 linker patch
Change-Id: I7f075966eec427a7bd731094dd66a7e4a81e4ce0 Signed-off-by: Per Åstrand <[email protected]>
1 parent 6f6d0e1 commit ff7041c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From 162ea6b51bd94fabf623cc6b63cf271497eaff8d Mon Sep 17 00:00:00 2001
2+
From: =?UTF-8?q?Per=20=C3=85strand?= <[email protected]>
3+
Date: Fri, 13 Sep 2024 11:47:03 +0200
4+
Subject: [PATCH] Add .data fixup from Corestone-300
5+
6+
---
7+
targets/corstone-320/platform.ld | 1 +
8+
1 file changed, 1 insertion(+)
9+
10+
diff --git a/targets/corstone-320/platform.ld b/targets/corstone-320/platform.ld
11+
index 2010d14..fb4e7b7 100644
12+
--- a/targets/corstone-320/platform.ld
13+
+++ b/targets/corstone-320/platform.ld
14+
@@ -77,6 +77,7 @@ PHDRS
15+
rom_boot PT_LOAD;
16+
rom_exec PT_LOAD;
17+
rom_dram PT_LOAD;
18+
+ data PT_LOAD; /* HACK: New prog header for .data (and friends) going in DTCM */
19+
null PT_NULL;
20+
}
21+
22+
--
23+
2.39.3 (Apple Git-146)
24+

0 commit comments

Comments
 (0)