14 lines
465 B
Diff
14 lines
465 B
Diff
diff --git a/fpga_core_bridge/simulator/tests/c_tests/common/test.ld b/fpga_core_bridge/simulator/tests/c_tests/common/test.ld
|
|
index 8321d86..f83a9ee 100644
|
|
--- a/fpga_core_bridge/simulator/tests/c_tests/common/test.ld
|
|
+++ b/fpga_core_bridge/simulator/tests/c_tests/common/test.ld
|
|
@@ -26,7 +26,7 @@ SECTIONS
|
|
.tohost : { *(.tohost) }
|
|
|
|
/* text: test code section */
|
|
- . = 0x80000000;
|
|
+ . = 0x20020000;
|
|
.text.init : { *(.text.init) }
|
|
|
|
. = ALIGN(0x1000);
|