add RAM linker file
This commit is contained in:
2
env/ehrenberg/init.c
vendored
2
env/ehrenberg/init.c
vendored
@@ -85,7 +85,7 @@ void __attribute__((weak)) handle_m_ext_interrupt(){
|
||||
void __attribute__((weak)) handle_m_time_interrupt(){
|
||||
uint64_t time = get_aclint_mtime(aclint);
|
||||
time+=MTIMER_NEXT_TICK_INC;
|
||||
set_aclint_mtime(aclint, time);
|
||||
set_aclint_mtimecmp(aclint, time);
|
||||
}
|
||||
|
||||
void __attribute__((weak)) default_handler(void) {
|
||||
|
||||
Reference in New Issue
Block a user