|
@@ -118,7 +118,7 @@ void msp_restart(char *command)
|
|
/* No chip-specific reset code, just jump to the ROM reset vector */
|
|
/* No chip-specific reset code, just jump to the ROM reset vector */
|
|
set_c0_status(ST0_BEV | ST0_ERL);
|
|
set_c0_status(ST0_BEV | ST0_ERL);
|
|
change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED);
|
|
change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED);
|
|
- flush_cache_all();
|
|
|
|
|
|
+ __flush_cache_all();
|
|
write_c0_wired(0);
|
|
write_c0_wired(0);
|
|
|
|
|
|
__asm__ __volatile__("jr\t%0"::"r"(0xbfc00000));
|
|
__asm__ __volatile__("jr\t%0"::"r"(0xbfc00000));
|