.
common/board\_r.c
1 static int initr_caches(void) 2 { 3 /* Enable caches */ 4 enable_caches(); 5 return 0; 6 } 7 #endif