diff options
author | Oded Gabbay <ogabbay@kernel.org> | 2020-12-08 15:52:48 +0100 |
---|---|---|
committer | Oded Gabbay <ogabbay@kernel.org> | 2020-12-28 07:47:38 +0100 |
commit | 90ffe170a390d5a620f8fe66758514e369e85d24 (patch) | |
tree | f06fbabb05a64eb5784d3f8e992b2f7b47acfc4c /drivers/misc | |
parent | habanalabs/gaudi: enhance reset message (diff) | |
download | linux-90ffe170a390d5a620f8fe66758514e369e85d24.tar.xz linux-90ffe170a390d5a620f8fe66758514e369e85d24.zip |
habanalabs: update comment in hl_boot_if.h
Hard-reset flag is updated in many stages of the boot sequence of the
firmware.
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/habanalabs/include/common/hl_boot_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/habanalabs/include/common/hl_boot_if.h b/drivers/misc/habanalabs/include/common/hl_boot_if.h index 7cb5f2d3e565..b637dfd69f6e 100644 --- a/drivers/misc/habanalabs/include/common/hl_boot_if.h +++ b/drivers/misc/habanalabs/include/common/hl_boot_if.h @@ -145,7 +145,7 @@ * implemented. This means that FW will * perform hard reset procedure on * receiving the halt-machine event. - * Initialized in: linux + * Initialized in: preboot, u-boot, linux * * CPU_BOOT_DEV_STS0_PLL_INFO_EN FW retrieval of PLL info is enabled. * Initialized in: linux |