Skip to content

Commit 15d09c0

Browse files
committedMar 2, 2015
runtime: use new uart tuning word function
·
8.00.1
1 parent 4e5320b commit 15d09c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎soc/runtime/comm_serial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ void comm_serve(object_loader load_object, kernel_runner run_kernel)
173173
ftw = ((long long)receive_int() << 32LL)/(long long)identifier_frequency_read();
174174
send_int(0x5a5a5a5a);
175175
uart_sync();
176-
uart_tuning_word_write(ftw);
176+
uart_phy_tuning_word_write(ftw);
177177
} else if(msgtype == MSGTYPE_SWITCH_CLOCK) {
178178
rtiocrg_clock_sel_write(receive_char());
179179
send_char(MSGTYPE_CLOCK_SWITCH_COMPLETED);

0 commit comments

Comments
 (0)
Please sign in to comment.