bsps/sparc: Move polled APBUART functions

This reduces the link-time dependencies and avoids copy-and-paste.
This commit is contained in:
Sebastian Huber
2018-08-09 09:20:33 +02:00
parent aac36d153a
commit f4424cfb49
7 changed files with 64 additions and 127 deletions

View File

@@ -23,7 +23,6 @@
#include <assert.h>
#include <stdio.h>
#include <bsp/apbuart.h>
#include <bsp/apbuart_termios.h>
int leon3_debug_uart_index __attribute__((weak)) = 0;
struct apbuart_regs *leon3_debug_uart = NULL;