summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-05-12 08:45:29 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-07-29 11:15:42 +0200
commit469cc8fbb7f30e93b1dff01453dbd4f4d15e5da0 (patch)
tree0a9f609796c823be0e081e7583920dfee2fbd4cf /libbsd.py
parentwscript: Update RTEMS version to 6. (diff)
downloadrtems-libbsd-469cc8fbb7f30e93b1dff01453dbd4f4d15e5da0.tar.bz2
gpioregulator: Remove.
There is a bug in the #ifdef regarding FDT so this file hasn't been compiled. If that bug is solved, the driver doesn't work for some other reason. With the FDT-bug the driver hasn't been used by anyone. So just remove it again.
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbsd.py b/libbsd.py
index 812674a6..aa940ab2 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -5232,7 +5232,6 @@ class regulator(builder.Module):
'sys/dev/extres/regulator/regulator.c',
'sys/dev/extres/regulator/regulator_bus.c',
'sys/dev/extres/regulator/regulator_fixed.c',
- 'sys/dev/gpio/gpioregulator.c',
],
mm.generator['source']()
)