From 84e4d10ca346e7c89314845420a650b6dab316b4 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Tue, 9 May 2017 16:00:56 +0200 Subject: leon, apbuart: remove old RAW UART driver This driver was initially intended for APBUART access on GRLIB PCI peripherals (AMBA-over-PCI). There are already many APBUART drivers for LEON. Instead of using this one the termios APBUART should work on AMBA-over-PCI systems with recent changes on LEON3, however that has not been tested yet. --- c/src/lib/libbsp/sparc/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/lib/libbsp/sparc/Makefile.am') diff --git a/c/src/lib/libbsp/sparc/Makefile.am b/c/src/lib/libbsp/sparc/Makefile.am index a894f341cb..d17d691a55 100644 --- a/c/src/lib/libbsp/sparc/Makefile.am +++ b/c/src/lib/libbsp/sparc/Makefile.am @@ -83,7 +83,6 @@ EXTRA_DIST += shared/uart/cons.c EXTRA_DIST += shared/uart/apbuart_cons.c EXTRA_DIST += shared/include/cons.h EXTRA_DIST += shared/include/apbuart_cons.h -EXTRA_DIST += shared/uart/apbuart.c EXTRA_DIST += shared/include/apbuart.h # CAN (OC_CAN, GRCAN) -- cgit v1.2.3