summaryrefslogtreecommitdiffstats
path: root/bsps/arm/xen
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-06-10 13:46:12 -0500
committerJoel Sherrill <joel@rtems.org>2020-10-05 16:11:39 -0500
commit1c036493121b0e2d84a806714030972d022f87ca (patch)
tree6daf55c0536a810133be9d62e7306ccdf604d501 /bsps/arm/xen
parentbuild: Add test excludes for RTEMS_DEBUG (diff)
downloadrtems-1c036493121b0e2d84a806714030972d022f87ca.tar.bz2
Move ARM PL011 UART driver
This UART driver is now needed for BSPs other than ARM.
Diffstat (limited to 'bsps/arm/xen')
-rw-r--r--bsps/arm/xen/console/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/xen/console/console.c b/bsps/arm/xen/console/console.c
index 786b98f3ba..05eceae438 100644
--- a/bsps/arm/xen/console/console.c
+++ b/bsps/arm/xen/console/console.c
@@ -29,7 +29,7 @@
#include <rtems/bspIo.h>
#include <bsp.h>
-#include <bsp/arm-pl011.h>
+#include <dev/serial/arm-pl011.h>
#include <bsp/console-termios.h>
#include <bsp/irq-generic.h>