mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[vendor] Remove patch that has been upstreamed
This commit is contained in:
parent
b5820b32c6
commit
7f1bdcd5a2
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
diff --git a/scripts/gen_csr_test.py b/scripts/gen_csr_test.py
|
||||
index 9a51a1a9..76c6bd19 100644
|
||||
--- a/scripts/gen_csr_test.py
|
||||
+++ b/scripts/gen_csr_test.py
|
||||
@@ -214,6 +214,7 @@ def gen_setup(test_file):
|
||||
test_file.write(".section .text.init\n")
|
||||
test_file.write(".globl _start\n")
|
||||
test_file.write(".option norvc\n")
|
||||
+ test_file.write(".org 0x80\n")
|
||||
test_file.write("_start:\n")
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue