summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/bsp
diff options
context:
space:
mode:
authorG S Niteesh Babu <niteesh.gs@gmail.com>2021-03-13 17:00:37 +0530
committerChristian Mauderer <oss@c-mauderer.de>2021-03-21 12:35:04 +0100
commit3cdf2894241d87795f0840b9ce281a89404e361b (patch)
tree440403d91cc80c6a8a513fd9d881b49a3d4d418f /rtemsbsd/include/bsp
parentehci_pci: Add to build system (diff)
downloadrtems-libbsd-3cdf2894241d87795f0840b9ce281a89404e361b.tar.bz2
arm/ti/ti_pinmux: Remove TI pinmux driver
The TI driver has been moved to RTEMS so the driver can be removed from libBSD. The following files have been removed from libBSD and moved to RTEMS. 1) ti/am335x/am335x_scm_padconf.c 2) ti/am335x/am335x_scm_padconf.h 3) ti/ti_pinmux.c 4) ti/ti_pinmux.h Update #3784
Diffstat (limited to 'rtemsbsd/include/bsp')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 4eaa858d..53a22798 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -54,7 +54,6 @@ RTEMS_BSD_DRIVER_SMC0(0x4e000000, RVPBXA9_IRQ_ETHERNET);
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
SYSINIT_DRIVER_REFERENCE(ti_scm, simplebus);
-SYSINIT_DRIVER_REFERENCE(ti_pinmux, simplebus);
SYSINIT_DRIVER_REFERENCE(am335x_prcm, simplebus);
SYSINIT_DRIVER_REFERENCE(am335x_pwmss, simplebus);
SYSINIT_DRIVER_REFERENCE(am335x_lcd, simplebus);