forked from rarias/nixos-riscv
Move patches to its own directory
This commit is contained in:
13
patches/sa-fpga-text-address.patch
Normal file
13
patches/sa-fpga-text-address.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user