cmi: switch to device extract only

This commit is contained in:
2025-07-31 08:07:24 +00:00
parent 1dea32ded8
commit 4a16c82023

View File

@@ -70,5 +70,5 @@ module = ExtractUtilsModule(
)
if __name__ == '__main__':
utils = ExtractUtils.device_with_common(module, 'sm8250-common', module.vendor)
utils = ExtractUtils.device(module)
utils.run()