aboutsummaryrefslogtreecommitdiff
path: root/lava_dispatcher/connection.py
diff options
context:
space:
mode:
authorLe Chi Thu le.chi.thu@linaro.org <le.chi.thu@linaro.org>2011-12-06 21:54:58 +0100
committerLe Chi Thu le.chi.thu@linaro.org <le.chi.thu@linaro.org>2011-12-06 21:54:58 +0100
commitcf7140f15d500feb9d7fd08b00f7c4b76c6194f6 (patch)
tree45abd3810f378bc011c8e94c04b6cb9a0dc371d1 /lava_dispatcher/connection.py
parent2959ff5caae7646d5f27cfe2ff6a329f95ff9222 (diff)
Added support for snowball V5 and later.
Diffstat (limited to 'lava_dispatcher/connection.py')
-rw-r--r--lava_dispatcher/connection.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/lava_dispatcher/connection.py b/lava_dispatcher/connection.py
index 8d2936ffb..0f6a8f713 100644
--- a/lava_dispatcher/connection.py
+++ b/lava_dispatcher/connection.py
@@ -90,14 +90,7 @@ class LavaConmuxConnection(LavaConnection):
logging.info("Perform hard reset on the system")
self.proc.send("~$")
self.proc.sendline("hardreset")
- # XXX Workaround for snowball
- if self.device_option('device_type') == "snowball_sd":
- time.sleep(10)
- self.in_master_shell(300)
- # Intentionally avoid self.soft_reboot() to prevent looping
- self.proc.sendline("reboot")
- self.enter_uboot()
-
+
def _boot(self, boot_cmds):
self.soft_reboot()
try: