mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:47:09 +08:00
RM48 does not have cache implemented
This commit is contained in:
parent
9b949c28b7
commit
2df7fc310f
@ -48,6 +48,11 @@ extern unsigned char * const system_data_end;
|
||||
*/
|
||||
void rtthread_startup(void)
|
||||
{
|
||||
/*// RM48 does not have cache implemented
|
||||
*rt_hw_cpu_icache_enable();
|
||||
*rt_hw_cpu_dcache_enable();
|
||||
*/
|
||||
|
||||
/* init hardware interrupt */
|
||||
rt_hw_interrupt_init();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user