.
common/board\_f.c
1 static int display_new_sp(void) 2 { 3 debug("New Stack Pointer is: %08lx\n", gd->start_addr_sp); 4 5 return 0; 6 }