.
common/board\_f.c
1 static int setup_dram_config(void) 2 { 3 /* Ram is board specific, so move it to board code ... */ 4 dram_init_banksize(); 5 6 return 0; 7 }
dram_init_banksize