From 805b022a685d59b6e7714339ef310766b2b85585 Mon Sep 17 00:00:00 2001 From: Daniel Beer Date: Wed, 14 Dec 2011 13:11:02 +1300 Subject: [PATCH] uif-bsl: attempt BSL access even if FET firmware is non-operational. --- drivers/bsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bsl.c b/drivers/bsl.c index a947fbe..0ab19c9 100644 --- a/drivers/bsl.c +++ b/drivers/bsl.c @@ -386,7 +386,7 @@ static device_t bsl_open(const struct device_args *args) } if (enter_via_fet(dev) < 0) - return NULL; + printc_err("bsl: warning: FET firmware not responding\n"); usleep(500000);