umi: switch to device extract only

This commit is contained in:
2025-07-31 08:07:24 +00:00
parent 600c0fb4c6
commit c6a9457327

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()