summaryrefslogtreecommitdiffstats
path: root/rtemsbsd
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-04-02 17:43:10 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-04-15 16:18:44 +0200
commit6624d6ee32064d4ad6f1e0192766c9d36fd5a88e (patch)
treeec0b02c5492261794808c6019fceb467cb551162 /rtemsbsd
parentimx6_ccm: Port to RTEMS (diff)
downloadrtems-libbsd-6624d6ee32064d4ad6f1e0192766c9d36fd5a88e.tar.bz2
imx6_ccm: Add and build module.
Update #3869.
Diffstat (limited to 'rtemsbsd')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index ac9afbce..5b60cf25 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -136,6 +136,8 @@ RTEMS_BSD_DRIVER_MMC;
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
+SYSINIT_DRIVER_REFERENCE(ccm, simplebus);
+
SYSINIT_DRIVER_REFERENCE(ffec, simplebus);
SYSINIT_DRIVER_REFERENCE(ukphy, miibus);