.
common/board\_f.c
1 /* Architecture-specific memory reservation */ 2 __weak int reserve_arch(void) 3 { 4 return 0; 5 }
reserve_arch