projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9031405
)
Export _cache_init from crt0.S.
author
whitequark
<whitequark@whitequark.org>
Thu, 30 Jul 2015 23:40:52 +0000
(
02:40
+0300)
committer
whitequark
<whitequark@whitequark.org>
Thu, 30 Jul 2015 23:40:52 +0000
(
02:40
+0300)
software/libbase/crt0-or1k.S
patch
|
blob
|
history
diff --git
a/software/libbase/crt0-or1k.S
b/software/libbase/crt0-or1k.S
index 0c405925089d7c866923455d94faef7d27e09ff9..6a5914e5b2b377da9446fd44e1998afed01c7b74 100644
(file)
--- a/
software/libbase/crt0-or1k.S
+++ b/
software/libbase/crt0-or1k.S
@@
-234,6
+234,7
@@
_exception_handler:
l.jr r9
l.nop
+.global _cache_init
_cache_init:
/*
This function is to be used ONLY during reset, before main() is called.