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-14 16:39:20 +0200
commit3a1d48c70c69fa3220487b1fe156bc017e37c429 (patch)
tree22a4eaad86bdbfd66374bb8d33352d32cc44fdb5 /rtemsbsd
parentimx6_ccm: Port to RTEMS (diff)
downloadrtems-libbsd-3a1d48c70c69fa3220487b1fe156bc017e37c429.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 a916c664..92665409 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -127,6 +127,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);