mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
serial: zynq: Remove duplicated header
debug_uart.h is included twice. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6bf87dacd9
commit
c643f3ef9b
1 changed files with 0 additions and 3 deletions
|
|
@ -192,9 +192,6 @@ U_BOOT_DRIVER(serial_zynq) = {
|
|||
};
|
||||
|
||||
#ifdef CONFIG_DEBUG_UART_ZYNQ
|
||||
|
||||
#include <debug_uart.h>
|
||||
|
||||
void _debug_uart_init(void)
|
||||
{
|
||||
struct uart_zynq *regs = (struct uart_zynq *)CONFIG_DEBUG_UART_BASE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue