diff --git a/static/js/web-install.js b/static/js/web-install.js index 4f76e5a7..1997ca9a 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -140,11 +140,11 @@ async function unlockBootloader(setProgress) { return "Bootloader unlocked."; } -const supportedDevices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const supportedDevices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; -const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; -const legacyQualcommDevices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const legacyQualcommDevices = ["sunfish", "coral", "flame"]; const tensorDevices = ["cheetah", "panther", "bluejay", "raven", "oriole"];