Skip to content

Commit

Permalink
chore: Update release version to 202210.4
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Garver <[email protected]>
  • Loading branch information
jgarver committed Feb 26, 2024
1 parent 40013d5 commit 32eee0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Platform/NVIDIA/Jetson/PlatformBuild.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2021-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent

Expand All @@ -20,7 +20,7 @@ def GetActiveScopes(self):
return super().GetActiveScopes() + ["jetson"]

def GetFirmwareVersionBase(self):
return "202210.3"
return "202210.4"

def GetFirmwareVolume(self):
return "FV/UEFI_NS.Fv"
Expand Down
4 changes: 2 additions & 2 deletions Platform/NVIDIA/StandaloneMmOptee/PlatformBuild.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent

Expand All @@ -16,7 +16,7 @@ def GetName(self):
return "StandaloneMmOptee"

def GetFirmwareVersionBase(self):
return "202210.3"
return "202210.4"

def GetFirmwareVolume(self):
return "FV/UEFI_MM.Fv"
Expand Down

0 comments on commit 32eee0e

Please sign in to comment.