Commit 924c95fa authored by Alessandro Rubini's avatar Alessandro Rubini

arch-wrpc: init both soft and hard uart (for new wrpc-sw)

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 4ba454d8
...@@ -68,7 +68,8 @@ static struct pp_globals ppg_static = { ...@@ -68,7 +68,8 @@ static struct pp_globals ppg_static = {
int wrc_ptp_init() int wrc_ptp_init()
{ {
sdb_find_devices(); sdb_find_devices();
uart_init(); uart_init_hw();
uart_init_sw();
pp_printf("PPSi for WRPC. Compiled on " __DATE__ "\n"); pp_printf("PPSi for WRPC. Compiled on " __DATE__ "\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment