From: whitequark Date: Thu, 30 Jul 2015 23:40:52 +0000 (+0300) Subject: Export _cache_init from crt0.S. X-Git-Tag: 24jan2021_ls180~2167 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb643f1132c18579281895bee06e87ab2c14af4b;p=litex.git Export _cache_init from crt0.S. --- diff --git a/software/libbase/crt0-or1k.S b/software/libbase/crt0-or1k.S index 0c405925..6a5914e5 100644 --- 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.