Changeset c15842d in rtems for bsps/arm/xilinx-zynq


Ignore:
Timestamp:
06/28/22 14:16:57 (11 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
d07d6498
Parents:
00f3977
git-author:
Sebastian Huber <sebastian.huber@…> (06/28/22 14:16:57)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/01/22 04:50:16)
Message:

bsps/xilinx-zynq: Init debug console only once

Initialize the debug console only once during early system initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/arm/xilinx-zynq/console/debug-console.c

    r00f3977 rc15842d  
    5353static void zynq_debug_console_early_init(char c)
    5454{
    55   rtems_termios_device_context *base =
    56     &zynq_uart_instances[BSP_CONSOLE_MINOR].base;
    57 
    58   zynq_uart_initialize(base);
     55  zynq_debug_console_init();
    5956  zynq_debug_console_out(c);
    6057}
Note: See TracChangeset for help on using the changeset viewer.