summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imx/start/bspstart.c
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-08-27 22:07:52 -0500
committerJoel Sherrill <joel@rtems.org>2020-10-05 16:11:39 -0500
commit1480c3f5e8a7c376cde4eff5699d76672d3d901f (patch)
treef18e07dfd3a6bf9362f96bc3bde5ded616ca0835 /bsps/arm/imx/start/bspstart.c
parentspec: Add missing spintrcritical24 definition (diff)
downloadrtems-1480c3f5e8a7c376cde4eff5699d76672d3d901f.tar.bz2
bsps: Break out AArch32 portions of GPT driver
This breaks AArch32-specific portions of the ARM GPT driver into their own file so that the generic code can be moved for reuse by other architectures.
Diffstat (limited to 'bsps/arm/imx/start/bspstart.c')
-rw-r--r--bsps/arm/imx/start/bspstart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/arm/imx/start/bspstart.c b/bsps/arm/imx/start/bspstart.c
index 5fb07bf60a..9f610d1ff5 100644
--- a/bsps/arm/imx/start/bspstart.c
+++ b/bsps/arm/imx/start/bspstart.c
@@ -18,6 +18,7 @@
#include <bsp/fdt.h>
#include <bsp/irq-generic.h>
#include <bsp/linker-symbols.h>
+#include <dev/clock/arm-generic-timer.h>
#include <libfdt.h>