diff --git a/openpilot/sunnypilot/system/params_migration.py b/openpilot/sunnypilot/system/params_migration.py index 64d77806f6..f0f0d7248a 100644 --- a/openpilot/sunnypilot/system/params_migration.py +++ b/openpilot/sunnypilot/system/params_migration.py @@ -138,6 +138,3 @@ def run_migration(_params): # seed the usbgpu model slot from the pre-split single slot _migrate_model_bundle_slots(_params) - - # upstream renamed UsbGpu* to Chestnut* params - _migrate_chestnut_params(_params)