.
common/board_r.c
1 static int initr_announce(void) 2 { 3 debug("Now running in RAM - U-Boot at: %08lx\n", gd->relocaddr); 4 return 0; 5 }