mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Export _cache_init from crt0.S.
This commit is contained in:
parent
90314052fa
commit
eb643f1132
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue