forked from Imagelibrary/rtems
dev/serial: Add Zynq UART kernel I/O support
Replace the BSP_CONSOLE_MINOR BSP option for the Xilinx Zynq BSPs with the new BSP option ZYNQ_UART_KERNEL_IO_BASE_ADDR. Move the kernel I/O support to a shared file.
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
|
||||
#include <bsp/default-initial-extension.h>
|
||||
#include <bsp/start.h>
|
||||
#include <dev/serial/zynq-uart.h>
|
||||
#include <dev/serial/zynq-uart-zynq.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -75,8 +74,6 @@ extern "C" {
|
||||
|
||||
#define BSP_ARM_L2C_310_ID 0x410000c8
|
||||
|
||||
extern zynq_uart_context zynq_uart_instances[2];
|
||||
|
||||
/**
|
||||
* @brief Zynq specific set up of the MMU.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user