diff options
author | Ofir Bitton <obitton@habana.ai> | 2021-12-13 16:43:06 +0300 |
---|---|---|
committer | Oded Gabbay <ogabbay@kernel.org> | 2021-12-26 09:59:09 +0300 |
commit | 86c00b2c3639e33a7b51a06b1ebff0bae87686b7 (patch) | |
tree | 8d2a1bdd3e740babda685460f59e085bf01cdf62 /drivers/misc | |
parent | d636a932b3ab96523fe09c6148a0fa01f938b4f6 (diff) | |
download | linux-86c00b2c3639e33a7b51a06b1ebff0bae87686b7.tar.xz |
habanalabs: modify cpu boot status error print
As BTL can be replaced by ROM we should modify relevant error print.
Signed-off-by: Ofir Bitton <obitton@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/habanalabs/common/firmware_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/habanalabs/common/firmware_if.c b/drivers/misc/habanalabs/common/firmware_if.c index 34e70cca37c1..1d0d228d4872 100644 --- a/drivers/misc/habanalabs/common/firmware_if.c +++ b/drivers/misc/habanalabs/common/firmware_if.c @@ -1113,7 +1113,7 @@ static void detect_cpu_boot_status(struct hl_device *hdev, u32 status) switch (status) { case CPU_BOOT_STATUS_NA: dev_err(hdev->dev, - "Device boot progress - BTL did NOT run\n"); + "Device boot progress - BTL/ROM did NOT run\n"); break; case CPU_BOOT_STATUS_IN_WFE: dev_err(hdev->dev, |