umi: switch to device extract only

This commit is contained in:
2025-07-31 08:07:24 +00:00
parent f6c06adf7f
commit f57888a420

View File

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