Skip to content

Commit

Permalink
runtime: use new uart tuning word function
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Mar 2, 2015
1 parent 4e5320b commit 15d09c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/runtime/comm_serial.c
Expand Up @@ -173,7 +173,7 @@ void comm_serve(object_loader load_object, kernel_runner run_kernel)
ftw = ((long long)receive_int() << 32LL)/(long long)identifier_frequency_read();
send_int(0x5a5a5a5a);
uart_sync();
uart_tuning_word_write(ftw);
uart_phy_tuning_word_write(ftw);
} else if(msgtype == MSGTYPE_SWITCH_CLOCK) {
rtiocrg_clock_sel_write(receive_char());
send_char(MSGTYPE_CLOCK_SWITCH_COMPLETED);
Expand Down

0 comments on commit 15d09c0

Please sign in to comment.