.
common/board_f.c
1 static int init_baud_rate(void) 2 { 3 gd->baudrate = getenv_ulong("baudrate", 10, CONFIG_BAUDRATE); 4 return 0; 5 }