Skip to content

Commit

Permalink
fix: dsu pmu floorsweeping getting skipped
Browse files Browse the repository at this point in the history
dsu pmu floorsweeping was getting skipped as efuse protocol
was not available by the time floorsweeping in kernel dtb
was done.

Signed-off-by: Ashish Singhal <[email protected]>
  • Loading branch information
ashishsingha authored and jgarver committed Oct 1, 2024
1 parent ef082c9 commit 5de7ef0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @file
*
* SPDX-FileCopyrightText: Copyright (c) 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-FileCopyrightText: Copyright (c) 2018-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2017, Linaro, Ltd. All rights reserved.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
Expand Down Expand Up @@ -64,4 +64,4 @@
gNVIDIATokenSpaceGuid.PcdBootAndroidImage

[Depex]
TRUE
gNVIDIAEFuseProtocolGuid

0 comments on commit 5de7ef0

Please sign in to comment.