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 13:09:11 +0200
commit4c762de2fd16c1b6f5e717127f784a46ee72505f (patch)
treeac8a274147df4dd6ea38bca58f6b84660491a0c7 /libbsd.py
parentwscript: Update RTEMS version to 6. (diff)
downloadrtems-libbsd-4c762de2fd16c1b6f5e717127f784a46ee72505f.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 2f40662a..07c5a027 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -5072,7 +5072,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']()
)