From 53d092471f6c791724a89ac3c3a0c6f2b9df0979 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 19 Mar 2024 09:55:35 +0100 Subject: 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. --- bsps/arm/xilinx-zynq/include/bsp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'bsps/arm/xilinx-zynq/include/bsp.h') diff --git a/bsps/arm/xilinx-zynq/include/bsp.h b/bsps/arm/xilinx-zynq/include/bsp.h index 5ffd5f573a..151e603812 100644 --- a/bsps/arm/xilinx-zynq/include/bsp.h +++ b/bsps/arm/xilinx-zynq/include/bsp.h @@ -54,7 +54,6 @@ #include #include -#include #include #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. * -- cgit v1.2.3